FMX.Styles.Objects.TCustomStyleObject.SourceLookup

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SourceLookup: string read FSourceLookup write SetSourceLookup;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TCustomStyleObject

説明

ソース TImage へのリンクを示します。

SourceLookup を使用する際、ソースとして使用される TImageStyleName プロパティを設定することを忘れないでください。

ソース イメージを直接設定するには、Source プロパティを使用します。

関連項目