REPOSTYPE property (Common)
Description
Returns the repository type classification for the specified object. Used internally as part of the Presentation Server event-dispatching mechanism.
Property Value
The REPOSTYPE property is an two-part string composed of the Application ID and the Application Type, delimited by an "*" character.
e.g.
SYSPROG*OIWIN
EXAMPLES*OIWIN
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get Only | No | No | No |
Remarks
This property was originally called REPOS_TYPE in versions of OpenInsight prior to version 10. The old name is still supported for backwards compatibility.
Example
* // REPOSTYPE Example ReposType = Get_Property ( @Window, "REPOSTYPE" )
See Also
N/A