DesignIntf.IHostForm.SetFormDefaults

From RAD Studio API Documentation
Jump to: navigation, search

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 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

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.