peBorderStyle - cCJGridFieldChooser
Determines the type of border that is drawn around the Field Chooser
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peBorderStyle
| Access Type | Syntax |
|---|---|
| Read Access: | Get peBorderStyle to IntegerVariable |
| Write Access: | Set peBorderStyle to IntegerVariable/Value |
Description
Determines the type of border that is drawn around the Field Chooser.
Valid values are:
| Constant | Meaning |
|---|---|
| xtpBorderNone | No border |
| xtpBorderFlat | Flat style border |
| xtpBorderStaticEdge | Static edge style border |
| xtpBorderClientEdge | Client edge style border |
| xtpBorderFrame | Frame style border |
| xtpBorderThemedFrame | Themed frame border |