DesignIntf.IHostForm.SetFormDefaults
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
procedure SetFormDefaults(ARoot: TComponent; const ARootName: string; X, Y: Integer; Scale: Boolean);
C++
virtual void __fastcall SetFormDefaults(System::Classes::TComponent* ARoot, const System::UnicodeString ARootName, int X, int Y, bool Scale) = 0 ;
Description
Sets the default values for the form.
The X
and Y
parameters represent the width and height of the form.
Scale
indicates whether the form can be scaled or not.