Advance Pascal Script (DWS Extanded)
TSession
TSession- -
Description
Hierarchytype TSession= class(TComponent)
property ACTIVE:Boolean;
property AUTOSESSIONNAME:Boolean;
property KEEPCONNECTIONS:Boolean;
property NETFILEDIR:String;
property ONPASSWORD:String;
property ONSTARTUP:String;
property PRIVATEDIR:String;
property SESSIONNAME:String;
property SQLHOURGLASS:Boolean;
end;
UP