FireDAC.Comp.Script.TFDScript Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AllSpoolspublicA list of all produced spool files.
ArgumentspublishedThe script arguments.
CallStackpublicReturns the current stack of script calls.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
ConnectionpublishedSpecifies a connection object.
CurrentCommandpublicA reference to the current command of the SQL script.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EofpublicReturns True if the current position is beyond the last command in the SQL script.
FetchOptionspublishedFetches options for the SQL commands.
FinishedpublicControls the script execution.
FormatOptionspublishedFormat options for the SQL commands.
IsEmptypublic
LastSpoolFileNamepublicReturns the name of the currently active spool file.
MacrospublishedThe script macros.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OptionsIntfprotected
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamspublishedThe parameters for the script SQL commands.
PositionpublicControls the current position of the SQL script.
ProcessedAfterCommitpublicReturns the number of the SQL commands processed after the last transaction.
ResourceOptionspublishedResource options for the SQL commands.
ScriptDialogpublishedA reference to a script feedback dialog.
ScriptOptionspublishedThe script control options.
SQLScriptFileNamepublishedThe name of the SQL script file.
SQLScriptspublishedThe collection of the SQL scripts.
StatuspublicReturns the current status of the script engine.
TagpublishedStores a NativeInt integral value as a part of a component.
TotalErrorspublicThe number of exceptions raised.
TotalJobDonepublicThe already processed part of the script.
TotalJobSizepublicThe total size of the script.
TotalPct10DonepublicThe percentage of the already processed part of the script.
TransactionpublishedSpecifies a transaction object.
VCLComObjectpublicRepresents information used internally by components that support COM.