FireDAC.Comp.Script.TFDSQLScripts.Items
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDSQLScripts | |
Delphi
property Items[AIndex: Integer]: TFDSQLScript read GetItems write SetItems; default;
C++
__property TFDSQLScript* Items[int AIndex] = {read=GetItems, write=SetItems/*, default*/};
Description
Returns an SQL script by its index.
Use the Items property to get access to the SQL script by its index.