RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TScalingFlags Type

TScalingFlags describes the way controls are scaled.

Pascal
TScalingFlags = set of (sfLeft, sfTop, sfWidth, sfHeight, sfFont, sfDesignSize);
C++
(sfLeft, sfTop, sfWidth, sfHeight, sfFont, sfDesignSize) TScalingFlags;

Controls

TScalingFlags describes a set of flags used in scaling inherited forms and their controls.

Flag 
Meaning 
sfLeft  
Left side of control not yet scaled.  
sfTop  
Top of control not yet scaled.  
sfWidth  
Width of control not yet scaled.  
sfHeight  
Height of control not yet scaled.  
sfFont  
Font of control not yet scaled.  
sfDesignSize  
Design-time dimensions of control not yet scaled.  

 

TControl

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