PowerServerLabel object
A PowerServerLabel system object is used to group and send multiple
requests to the server in merge mode.
As suggested by the object name, this object and its functions only
take effect when the application is deployed via the PowerServer project.
This object and its functions will not be executed or modify how the
application works in the traditional client/server environment (they will
be ignored when the application is deployed via the PowerClient project or
the Application project).
Properties
|
PowerServerLabel property |
Datatype |
Description |
|---|---|---|
|
MergeEnabled |
Boolean |
Enables the StartMerge and EndMerge functions. The |
|
MaxMergeCalls |
Long |
The maximum number of merged requests between |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
Results[] |
The result of the request merged |
Events
|
PowerServerLabel event |
Occurs |
|---|---|
|
When the user object is created. |
|
|
When the user object is destroyed. |
Functions
|
PowerServerLabel function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the user |
|
|
Integer |
Indicates the merge mode stops and requests will be |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Boolean |
Adds an event to the end of the message queue of |
|
|
Integer |
Indicates the merge mode starts. |
|
|
Integer |
Sends an event to the user object and executes the |
|
|
Object |
Returns the type of the user object. |