|
|
|
|
|
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 Table control to use.
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 Table control to use. <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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|