Data_Set_Client - BaseData_Set
Returns the object id of the DataDictionary object (DDO) at position iItem in this object's container DDO list
Type: Property
Access: Read-Only
Data Type: Handle
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | Position of the DDO to return (0-based) |
Syntax
Property Handle Data_Set_Client
| Access Type | Syntax |
|---|---|
| Read Access: | Get Data_Set_Client to HandleVariable |
Description
Data_Set_Client returns the object id of the DataDictionary object (DDO) at position iItem in this object's container DDO list.
Sample
Get Data_Set_Client_Count to iClients
Decrement iClients
For iClient from 0 to iClients
Get Data_Set_Client item iClient to hoDDO
If (hoDDO > 0) Begin
Showln "Name of client: " iClient " " (Name (hoDDO))
End
Loop
See Also
Data_Set_Client_Count | Data_Set_Server | Data_Set_Server_Count