FireDAC.Comp.Script.TFDScriptCommandRegistry.Count
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptCommandRegistry | |
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
Description
Returns the number of registered command classes.
Use the Count property to get the number of registered script command classes.