DesignIntf.IHostForm.SetFormDefaults

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


Beschreibung

Setzt die Standardwerte für das Formular.

Die Parameter X und Y repräsentieren die Breite und Höhe des Formulars.

Scale gibt an, ob das Formular skaliert werden kann oder nicht.