FMX.ImgList.TGlyphImageLink.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TComponent read FOwner;

C++

__property System::Classes::TComponent* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyphImageLink

Description

Stores the component that owns this TGlyphImageLink image link object.

Create initializes Owner with the specified AOwner parameter.

See Also