FMX.Types.IControl
Delphi
IControl = interface(IFreeNotificationBehavior)
C++
__interface INTERFACE_UUID("{7318D022-D048-49DE-BF55-C5C36A2AD1AC}") IControl : public IFreeNotificationBehavior
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
IControl is the interface that defines a control object.
IControl provides a list of the main methods and properties that define a control object.
All controls in FireMonkey, TControl, and TControl3D implement and extend the IControl interface.