TCaptionPosition indicates the relative position of a label to the HTML control it labels.
TCaptionPosition = ( capLeft, capRight, capAbove, capBelow );
enum TCaptionPosition { capLeft, capRight, capAbove, capBelow };
TCaptionPosition can have one of the following values.
Value |
Meaning |
capLeft |
The caption appears to the left of the HTML control. |
capRight |
The caption appears to the right of the HTML control. |
capAbove |
The caption appears above the HTML control. |
capBelow |
The caption appears below the HTML control. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|