FMX.Forms.TCommonCustomForm.StartWindowResize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure StartWindowResize; virtual;

C++

virtual void __fastcall StartWindowResize();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Beschreibung

Gibt an, dass die Fenstergröße dieses Formulars kurz davor ist, geändert zu werden. StartWindowResize wird beendet, wenn dieses Formular den Komponentenstatus csDesigning hat.

Siehe auch