TTMSFNCObjectInspector Class
Displays editable object properties or dataset fields in an inspector-style tree.
API unit family: TMSFNCObjectInspector
Inherits from: TTMSFNCTreeView
Syntax
TTMSFNCObjectInspector = class(TTMSFNCTreeView)
Properties
| Name |
Description |
| DataSource |
Gets or sets the data source whose fields are displayed by the inspector. |
| Designer |
Gets or sets the designer component used to resolve component references. |
| Mode |
Gets or sets whether the inspector shows properties, events, or both. |
Methods
| Name |
Description |
| Initialize |
Initializes the inspector columns, defaults, and design-time content. |
| InputListQuery |
Shows a list-selection query dialog. |
| IsBitmap |
Checks whether a class represents a bitmap. |
| IsCollection |
Checks whether a class represents a collection. |
| IsColor |
Checks whether a property name represents a color value. |
| IsComponent |
Checks whether a class represents a component. |
| IsControl |
Checks whether a class represents a visual control. |
| IsDate |
Checks whether a property name represents a date value. |
| IsDateTime |
Checks whether a property name represents a date and time value. |
| IsDescendingClass |
Checks whether a class descends from any class name in the supplied list. |
| IsFillKind |
Checks whether a property name represents a fill kind value. |
| IsGenericList |
Checks whether a class represents a generic object list. |
| IsList |
Checks whether a class represents a non-generic list. |
| IsStrings |
Checks whether a class represents a string list or strings object. |
| IsStrokeKind |
Checks whether a property name represents a stroke kind value. |
| IsTime |
Checks whether a property name represents a time value. |
| RebuildList |
Rebuilds the inspector tree from the assigned object or data source. |
Events
Used by