AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de programación reflexiva
  • Properties specific to Property Description variables
  • Operation
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Retrieves the description of type class of variable x
MyDescription is Definition
MyDescription = GetDefinition(x)
// Retrieves the description of Prop property of the class
p is Property Description 
p = MyDescription.Property["Prop"]
Propiedades

Properties specific to Property Description variables

The following properties can be used to define the characteristics of Property Description variables:
Property nameType usedEffect
AssociatedBoolean
  • True if the property comes from an associated class,
  • False if the property comes from a base class.
This property is read-only.
DeclarationDefinitionDefinition of the type that declares the property.
This property is read-only.
DefinitionDefinitionDefinition of property type.
This property is read-only.
GlobalBoolean
  • True if the property is global,
  • False otherwise.
This property is read-only.
InheritedBoolean
  • True if the property is inherited from a base class,
  • False otherwise.
This property is read-only.
NameCharacter stringProperty 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.
PlayingBoolean
  • True if the property is accessible in read mode,
  • False otherwise.
This property is read-only.
VirtualBoolean
  • True if the property is virtual,
  • False otherwise.
This property is read-only.
WriteBoolean
  • True if the property is accessible in write mode,
  • False otherwise.
    This property is read-only.
Observaciones

Operation

The described property can be used via the indirection:
  • {<object>, <Property Description>}
  • {<object>, <Property Description>} = ...
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local