FMX.Styles.Objects.TCustomStyleObject.SourceLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceLookup: string read FSourceLookup write SetSourceLookup;

C++

__property System::UnicodeString SourceLookup = {read=FSourceLookup, write=SetSourceLookup};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TCustomStyleObject

Description

Specifies the link to source TImage.

When using SourceLookup, make sure to set the StyleName property of the TImage to be used as source.

To set directly the source image, use the Source property.

See Also