FireDAC.Comp.Script.TFDScriptCommand.Help

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Help(): String; virtual;

C++

__classmethod virtual System::UnicodeString __fastcall Help();

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

Description

Implements the output of the command help.

The Help method provides the readable description of a command, which can be output to a script console using the HELP script command.

See Also