TScalingFlags describes the way controls are scaled.
TScalingFlags = set of (sfLeft, sfTop, sfWidth, sfHeight, sfFont, sfDesignSize);
(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!
|