Data.SqlExpr.TSQLConnection.GetServerMethodNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetServerMethodNames(List: TStrings);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

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