Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpfGetExtensionSchemaProperty (expressSchemaName         : STRING;
                                        extensionSchemaName       : STRING;
                                        propertyName              : STRING)   -- case insensitve names
                                        propertyValue             : GENERIC;
                

Functions that returns all defined Express extension schema for Function for getting the property values from the specified Express schema. The actual extension schemata is returned as a SET OF INTEGER.

...

extension schema.

 

 

Arguments

...

Insert excerpt
US:_a_expressSchemaName
US:_a_expressSchemaName
nopaneltrue
  
Insert excerpt
US:_a_extensionSchemaName
US:_a_extensionSchemaName
nopaneltrue
 
Insert excerpt
US:_a_propertyName
US:_a_propertyName
nopaneltrue

Return Value

Insert excerpt
US:_r_propertyValue
US:_r_propertyValue
nopaneltrue

Options

...

...

The actual list of property names and data types:

 Property nameReturned data type
1extensionSchemaIdINTEGER
2nameSTRING
3guidSTRING
4ownerINSTANCE
5groupINSTANCE
6administratorsAGGREGATE
7protectionINTEGER
8createdINTEGER
9accessRightsForAGGREGATE
10compilerOptionsINTEGER
11instancesAggrIdAGGREGATE
12newEntitiesAggrIdAGGREGATE
13higestNewEntityIndexINTEGER
14higestExtendedEntIndexINTEGER
15myBitArrayValueINTEGER
16firstSourceLineINTEGER
17lastSourceLineINTEGER
18numberOfExtendedEntitiesINTEGER

 

Example

...

Code Block
languagecpp
<Missing Example>

...