FireDAC.Comp.Script.TFDScriptCommand.Keywords

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

class procedure Keywords(AKwds: TStrings); virtual;

C++

__classmethod virtual void __fastcall Keywords(System::Classes::TStrings* AKwds);

Description

Implements the command that provides keywords.

The Keywords method implementation returns the keyword list, which the SQL Script engine uses to recognize this command in the script.

Each keyword consists of a mandatory part (upper case characters) and an optional part (lower case characters). The mandatory part must be unique across other commands. The optional part can be avoided in the script text.

See Also