|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | LOGICAL AllowsCompile () |
Returns if the current session allows compilation of ABL source code |
|
| + | CHARACTER CurrentDirectory () |
Returns the current working directory |
|
| + | CHARACTER CurrentMethodName () |
Returns the name of the current method of the caller |
|
| + | CHARACTER ExecutablePath () |
Returns the name of the current Progress Executable |
|
| + | CHARACTER FullVersionString () |
Returns the Progress Version (incl. Service Pack Level) |
|
| + | Consultingwerk.DateFormat GetDateFormat () |
Returns the current session date format |
|
| + | Consultingwerk.NumericFormat GetNumericFormat () |
Returns the current session numeric format |
|
| + | CHARACTER GetPatchLevel () |
Reads the Version file to see if there is a patch level |
|
| + | CHARACTER GetUserId () |
Returns the current windows user d |
|
| + | CHARACTER GetUserName () |
Returns the current windows user name |
|
| + | INTEGER ProcessBitness () |
Returns the "bitness" of the current process (32 / 64 bit) |
|
| + | DECIMAL ProVersionNumeric () |
Returns a numeric representation of the progress runtime version |
|
| + | SetDateFormat (DateFormat) |
Sets the Sessions date format |
|
| + | SetDefaultDateFormat () |
Sets the ABL default date format (mdy-1950) |
|
| + | SetDefaultNumericFormat () |
Sets the ABL default numeric format (AMERICAN) |
|
| + | SetNumericFormat (NumericFormat) |
Sets the Sessions numeric format |
|
| + | CHARACTER StartupParameters () |
Returns the startup parameters of the current Progress session |
| Options | Name | Purpose | |
|---|---|---|---|
| # | SessionHelper () |
Protected default constructor. |
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER AssembliesDirectory |
|
|
| + | CHARACTER AssembliesFullPath |
|
|
| + | CHARACTER DLC |
|
|
| + | CHARACTER PROMSGS |
|
|
Top
PUBLIC LOGICAL AllowsCompile ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER CurrentDirectory ()
|
|||||||||||||||
PUBLIC CHARACTER CurrentMethodName ()
|
|||||||||||||||
PUBLIC CHARACTER ExecutablePath ()
|
|||||||||||||||
PUBLIC CHARACTER FullVersionString ()
|
|||||||||||||||
PUBLIC Consultingwerk.DateFormat GetDateFormat ()
|
|||||||||||||||
PUBLIC Consultingwerk.NumericFormat GetNumericFormat ()
|
|||||||||||||||
PUBLIC CHARACTER GetPatchLevel ()
|
|||||||||||||||
PUBLIC CHARACTER GetUserId ()
|
|||||||||||||||
PUBLIC CHARACTER GetUserName ()
|
|||||||||||||||
PUBLIC INTEGER ProcessBitness ()
|
|||||||||||||||
PUBLIC DECIMAL ProVersionNumeric ()
|
|||||||||||||||
PUBLIC SetDateFormat (DateFormat)
|
|||||||||||||||
PUBLIC SetDefaultDateFormat ()
|
|||||||||||||||
PUBLIC SetDefaultNumericFormat ()
|
|||||||||||||||
PUBLIC SetNumericFormat (NumericFormat)
|
|||||||||||||||
PUBLIC CHARACTER StartupParameters ()
|
|||||||||||||||
PROTECTED SessionHelper ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER AssembliesDirectory
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER AssembliesFullPath
|
|||||||||
PUBLIC CHARACTER DLC
|
|||||||||
PUBLIC CHARACTER PROMSGS
|
|||||||||