FMX.Types.TCustomCaret.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TFMXObject read FOwner;

C++

__property TFmxObject* Owner = {read=FOwner};

Properties

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

Description

The owner of the current TCustomCaret object.

The Owner of the current TCustomCaret object is specified in the Create constructor of the object.

See Also