RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.GetArrayLength Method

Returns the length of the byte[] value of a given column.

Pascal
function GetArrayLength(columnName: string): Integer;
C++
int GetArrayLength(string columnName);

GetArrayLength returns the length of the byte[] value of a given column whose name is in the parameter columnName

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!