|
|
|
|
|
IndentLineDetails (Property) In french: RetraitDétailLigne
The IndentLineDetails property is used to get or change the value of the left indent of the internal window that shows the details of a row of a Table control. // Click on [With Details] TABLE_Order.WinLineDetails = "IW_OrderDetails" TABLE_Order.IndentLineDetails = 16 // indent set to 16 pixels TableExpand(TABLE_Order, 1)
Syntax
Getting the left indent of the internal window that shows the details of a row Hide the details
<Result> = <Table control>.IndentLineDetails
<Result>: Integer Value of left indent (in pixels) of the internal window used to display the row details. <Table control>: Control name Name of the Table control to be used.
Changing the left indent of the internal window that shows the details of a row Hide the details
<Table control>.IndentLineDetails = <New indent>
<Table control>: Control name Name of the Table control to be used. <New indent>: Integer New value of left indent (in pixels) of the internal window used to display the row details.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|