Jump to content

API Component.Property.GetArrayFromListProp

From Flowcode Help
Revision as of 14:37, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''GetArrayFromListProp''' |- | colspan="2" | Gets an array of values from a string list property (returns the actual number of values read)  |- |- | width="10%" align="center" | File:Fc9-h32-icon.png - HANDLE | width="90%" | Handle |- | colspan="2" | The component handle of the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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