Bde.DBTables.TSessionList.GetSessionNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TSessionList

Delphi

procedure GetSessionNames(List: TStrings);

C++

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

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