FMX.Controls.TTextSettingsInfo.Owner
Delphi
property Owner: TPersistent read FOwner;
C++
__property System::Classes::TPersistent* Owner = {read=FOwner};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TTextSettingsInfo |
Description
Stores the component that owns this TTextSettingsInfo object.
Create initializes Owner with the specified AOwner parameter.