FMX.Types.TCustomCaret.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: IControl read FIControl;

C++

__property _di_IControl Control = {read=FIControl};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Keeps the reference to an object supporting the IControl interface.

The Create constructor retrieves this reference and initializes the Control property when the TCustomCaret object is created. The Create constructor retrieves this reference from the owner of the TCustomCaret object specified by the AOwner parameter in the call to Create.

See Also