/
GetBioDataArrayItem
GetBioDataArrayItem
Declaration
Delphi
function GetBioDataArrayItem(Data: PDataFrame; Index: Cardinal): PDataFrame;
C/C++
SOPAD_API SOPAD_TDataFrame* SOPAD_getBioDataArrayItem(LPVOID lpBioDataArray, DWORD dwIndex);
Description
Important: this function is obsolete. Use GetBioDataArrayItemEx.
This procedure returns a pointer to TDataFrame item inside biodata array returned by GetBioDataArray. User should not allocate or free the memory for data item.
Arguments
Data, lpBioDataArray
Pointer to array filled with TDataFrame's.
Index
Zero-based index of TDataFrame in array.
Return value
Pointer to a TDataFrame.
, multiple selections available,
Related content
GetBioDataArrayItemEx
GetBioDataArrayItemEx
More like this
GetBioDataArrayEx
GetBioDataArrayEx
More like this
getBioData
getBioData
More like this
FreeBioDataArrayEx
FreeBioDataArrayEx
More like this
getBiodataString
getBiodataString
More like this
FreeBioDataArray
FreeBioDataArray
More like this