IBDAC list of Firebird keywords?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tsteinmaurer
Posts: 52
Joined: Thu 17 Dec 2009 08:25

IBDAC list of Firebird keywords?

Post by tsteinmaurer » Sun 16 Oct 2011 10:54

Hello,

is there a procedure/method in IBDAC that gives me a list of strings, which IBDAC treats as Firebird keywords?

Thanks!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 20 Oct 2011 14:29

You can use the IBCKeywordLexems global variable of the TStringList class. This variable is defined in the IBCParser unit.

Post Reply