FMX.Text.TTextService.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: IControl read FOwner;

C++

__property Fmx::Types::_di_IControl Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService

Description

Holds a reference to the owner of the text input control.

The constructor sets the value of this property.

See Also