IBDAC

TCustomIBCArray.AsString Property

Used to return array as string.

Class

TCustomIBCArray

Syntax

property AsString: string;

Remarks

Use the AsString property to return array as string. For example, AsString property for two-dimensional array of integer with 2 rows, 3 elements in width can have the following value:

'((1; 2; 3), (4; 5; 6))'. Array values can be set using this property.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback