Icon GetSessionNames Method

procedure GetSessionNames(List: TStrings)

Usage

Call the GetSessionNames method to populate a string list with the names of all available TDBISAMSession components. The List parameter is a string list object, created and maintained by the application, into which to store session names. The names returned by GetSessionNames correspond to the SessionName properties of all available TDBISAMSession components.
Image