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;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!