Unit 'uib' Package
[Overview][Types][Classes][Index] [#pl_uib]

TUIBScript

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uib.pas line 908

type TUIBScript = class(TUIBComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure ExecuteScript;

  

published

  property Transaction: TUIBTransaction; [rw]

  

  property Database: TUIBDataBase; [rw]

  

  property Script: TStrings; [rw]

  

  property AutoDDL: Boolean; [rw]

  

  property OnParse: TOnParse; [rw]

  

  property OnComment: TOnComment; [rw]

  

  property OnError: TEndTransMode; [rw]

  

  property OnExecuteError: TOnExecuteError; [rw]

  

end;

Inheritance

TUIBScript

  

|

TUIBComponent

  

|

TObject



CT Web help

CodeTyphon Studio