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():

ValueDescription
valueHeight in pixels

Returns

Values returned by Get_Property and Set_Property

ValueDescription
headerHeightThe height in pixels of the header row.
existingHHThe previous header height.

Example

Declare function Get_Property, Set_Property
existingHH = Set_Propery(editTable,"HEADERHEIGHT",32)
  • No labels