Jump to content

API Component.Property.GetArrayFromListProp

From Flowcode Help
GetArrayFromListProp
Gets an array of values from a string list property (returns the actual number of values read) 
- HANDLE Handle
The component handle of the property owner 
- STRING Property
The textual name of the property 
- ULONG Index
The index of the list to read from (first = 0) 
- ARRAY Array
An array to hold the data read from the string list 
- ULONG Count
The maximum number of values to read into the array 
- ULONG Return


Detailed description

Examples