TSybArray Component
Derived from
TComponent
Overview:
This
component is provided for those times when you want to manipulate data from a
result set without necessary displaying it on screen in it’s initial form. It is basically a wrapper for a TStringList. To use it, set the Name property to match
the column name of the result set which you want to store. The TSYBSql
Component will automatically locate it and match a
result-set column name to this components name.
This
component has one public variable namely TStringList
*Array
Refer
to the standard Borland help files for data on how to use a StringList
component.
See
also: TSybSql, TSybaseDatabase,
TSybVariable