ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// 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.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help