Header_Justification_Mode - DfBaseEntryList
Determines how text will be justified in list and grid headers
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iColumn | Integer | The column number (zero-based) |
Syntax
Property Integer Header_Justification_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get Header_Justification_Mode to IntegerVariable |
| Write Access: | Set Header_Justification_Mode to IntegerVariable/Value |
Description
Allows you to define how text will be justified in list and grid headers. Text can be displayed from the left, the right, or centered.
Valid avlues:
| Col 1 | Col 2 |
|---|---|
| JMode_Left | Left justify |
| JMode_Right | Right justify |
| JMode_Center | Center |
Default is JMode_Left.