FMX.Forms.TCommonCustomForm.StartWindowDrag
Delphi
procedure StartWindowDrag; virtual;
C++
virtual void __fastcall StartWindowDrag();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Signals that this form's window is about to be dragged. StartWindowDrag exits if this form has a csDesigning
component state.