FMX.Types.TFmxObjectClass

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also