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