Bde.DBTables.TSessionList.GetSessionNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetSessionNames(List: TStrings);

C++

void __fastcall GetSessionNames(System::Classes::TStrings* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSessionList

Description

Populates a string list with the names of all available sessions.

Call GetSessionNames to retrieve a list of all available sessions. List is a string list object, created and maintained by the application, into which to store session names. Names returned by GetSessionNames correspond to the SessionName properties of all available sessions.

See Also