FMX.Controls.TStyledControl.StyleState
Delphi
property StyleState: TStyleState read FStyleState;
C++
__property TStyleState StyleState = {read=FStyleState, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TStyledControl |
Beschreibung
Mit dieser Eigenschaft können Sie den aktuellen Status des Stils definieren. Er ändert sich, wenn virtuelle Methoden aufgerufen werden: FMX.Controls.TStyledControl.FreeStyle, FMX.Controls.TStyledControl.ApplyStyle und FMX.Controls.TStyledControl.DoApplyStyleLookup.
Siehe auch
FMX.Controls.TStyledControl.FreeStyle