Previous Next

LIST-PROPERTY-NAMES( ) method
Returns a comma-separated list of all application-defined properties stored in the client-principal object. The client-principal object can be sealed or unsealed.
Return type:
Applies to:
 
Syntax 
LIST-PROPERTY-NAMES( )
You can also use the GET-PROPERTY( ) method to get the value of a single property stored in the client-principal object.
The following code fragment illustrates how to use the LIST-PROPERTY-NAMES( ) method:
 
DEFINE VARIABLE hCP   AS HANDLE    NO-UNDO.
DEFINE VARIABLE vProp AS CHARACTER NO-UNDO.
. . .
CREATE CLIENT-PRINCIPAL hCp.
. . .
vProp = hCP:LIST-PROPERTY-NAMES( ).
DISPLAY vProp FORMAT “X(70)”.
See also:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.