FMX.Controls.Presentation.TPresentedControl.ApplyStyleLookup
Delphi
procedure ApplyStyleLookup; override;
C++
virtual void __fastcall ApplyStyleLookup();
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Beschreibung
Sendet eine PM_APPLY_STYLE_LOOKUP
-Botschaft an die Darstellungsschicht über den Darstellungs-Proxy.
Einzelheiten zu den Auslösern dieser Prozedur finden Sie unter TStyledControl.ApplyStyleLookup.