Applies to
Edit table.
Description
Set or retrieve the height of the header row in an edit table control.
Usage
headerHeight = Get_Property (objectname, ”HEADERHEIGHT”)
existingHH = Set_Property (objectname, ”HEADERHEIGHT”, value)
Remarks
Values passed in Set_Property():
| Value | Description |
|---|---|
| value | Height in pixels |
Returns
Values returned by Get_Property and Set_Property
| Value | Description |
|---|---|
| headerHeight | The height in pixels of the header row. |
| existingHH | The previous header height. |
Example
Declare function Get_Property, Set_Property existingHH = Set_Propery(editTable,"HEADERHEIGHT",32)