FMX.Styles.Objects.TCustomStyleObject.SourceLookup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SourceLookup: string read FSourceLookup write SetSourceLookup;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TCustomStyleObject

Beschreibung

Gibt die Verknüpfung zum Quellbild (TImage) an.

Für SourceLookup muss die Eigenschaft StyleName des TImage-Objekts gesetzt werden, das als Quelle verwendet wird.

Mit der Eigenschaft Source wird das Quellbild direkt gesetzt.

Siehe auch