|
|
|
|
|
- Properties specific to Property Description variables
- Operation
Property Description (Variable type) In french: Description de Propriete
The Property Description type is used to get information about a property of a class.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
MaDescription is Definition
MaDescription = GetDefinition(x)
p is Property Description
p = MaDescription.Property["Prop"]
Properties Properties specific to Property Description variables The following properties can be used to handle Property Description variables: | | | Property name | Type used | Effect |
---|
Associated | Boolean | - True if the property comes from an associated class,
- False if the property comes from a base class.
This property is read-only. | Declaration | Definition | Definition of the type that declares the property. This property is read-only. | Definition | Definition | Definition of property type. This property is read-only. | Global | Boolean | - True if the property is global,
- False otherwise.
This property is read-only. | Inherited | Boolean | - True if the property is inherited from a base class,
- False otherwise.
This property is read-only. | Name | Character string | Property name. For the native types of WLanguage, the name is returned in the language of the framework used (French or English).
This property is read-only. | Playing | Boolean | - True if the property is accessible in read mode,
- False otherwise.
This property is read-only. | Virtual | Boolean | - True if the property is virtual,
- False otherwise.
This property is read-only. | Write | Boolean | - True if the property is accessible in write mode,
- False otherwise.
This property is read-only.
|
Remarks Operation The described property can be used via the indirection: - {<object>, <Property Description>}
- {<object>, <Property Description>} = ...
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|