Data.SqlExpr.TSQLConnection.GetServerMethodNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

procedure GetServerMethodNames(List: TStrings);

C++

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

Description

Populates a string list with the names of the server methods.

Use the GetServerMethodNames method to populate a string list with the names of the server methods.

See Also