Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

DataControlGetRowData Function

Overview

The DataControlGetRowData function gets a row’s caller data word. The caller data word is a data that can be used by the script to track information for a specific row.

Syntax/Parameters

Syntax

dword = DataControlGetRowData ( int id, int row );

Parameters

id

An int containing the control ID of the data control.

row

A zero-based int specifying the row.

Return Value

A dword value for the row. Use the GetLastError, IsNotError or IsError functions to determine if an error occurred.

Remarks

The row caller data word can be used to store indices or other information regarding the source data or for editing purposes. On initialization, each row data entry is set to 0x00000000.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic