FireDAC.Comp.Script.TFDScriptCommand.Help

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScriptCommand

Delphi

class function Help(): String; virtual;

C++

__classmethod virtual System::UnicodeString __fastcall Help();

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