| ProLinga-4GL Reference Manual |
|---|
Application — Application specific settings.
Every application has an application record which contains information as the type of application and the starting logic.
Table 1. Application Object Properties
| Name | Details | Possible Values | Default Value |
|---|---|---|---|
| Password | Password for the application for secure access. | * | - |
| ApplicationType | Type of the application. | Administrator, Developer, Standard | Standard |
| InitialLogicName | Name of the 4GL logic to be called when executing the application. | * | - |
| Description | Description to be used in lists. | * | - |
| DetailDescription | Detailed description. | * | - |
| Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-ddThh:mm:ss | date stamp |
<Object Application="Administrator" Type="Application" Name="MyOrder">
<Application>
<Password></Password>
<ApplicationType>Standard</ApplicationType>
<InitialLogicName>Main</InitialLogicName>
<Description>MyOrder Application</Description>
<DetailDescription>MyOrder application for processing orders</DetailDescription>
<Modified>2007-11-12T09:58:00</Modified>
</Application>
</Object>
| << System Objects | System Object >> |