Indicates whether a SQL statement is a PL/SQL block. 
Class
TOraDataSet
 Syntax
property IsPLSQL: boolean;
Remarks
Use the IsPLSQL property to check whether a SQL statement is a PL/SQL block. TOraDataSet must be prepared beforehand.
IsPLSQL is a read-only property.
See Also