Icon GetSessionNames Method

procedure GetSessionNames(List: TStrings)

Call the GetSessionNames method to populate a string list with the names of all available TEDBSession 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 TEDBSession components.

Information This method only applies when the EngineType property is set to etClient.
Image