AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local