FMX.Types.TFmxObjectClass
Delphi
TFmxObjectClass = class of TFmxObject;
C++
typedef System::TMetaClass* TFmxObjectClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
classref typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
TFmxObjectClass defines the metaclass for TFmxObject.
TFmxObjectClass is the metaclass for TFmxObject. Its value is the class reference for TFmxObject or for one of its descendants.