Skip to content
Xusinboy Bekchanov edited this page Oct 25, 2023 · 2 revisions

Object - base class of all MyFbFramework classes; it is the root of the type hierarchy.

Properties

Name Description
Designer Gets or sets the designer of the object (Windows, Linux, Android, Web).

Methods

Name Description
ClassName Gets the class name of object (Windows, Linux, Android, Web).
FullTypeName Gets the fully qualified name of the type, including its namespace (Windows, Linux, Android, Web).
IsEmpty Indicates whether the current instance is empty (Windows, Linux, Android, Web).
ReadProperty Gets the value of the specified property of the object (Windows, Linux, Android, Web).
ToString Returns a string that represents the current object (Windows, Linux, Android, Web).
WriteProperty Sets the value of the specified property of the object (Windows, Linux, Android, Web).
Clone this wiki locally