RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSizeConstraints.Create Constructor

Creates and initializes an instance of TSizeConstraints.

Pascal
constructor Create(Control: TControl); virtual;
C++
virtual __fastcall TSizeConstraints(TControl * Control);

Do not create instances of TSizeContraints. This object is created automatically by controls to implement their Constraints property. 

Create sets the Control property to Control and then calls the inherited constructor. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!