company logo

CTX_Property :: GetPropertyHandle - Get Property Handle

The function returns the property handle associated with the data for the context. The function cannot be called for database or database object contexts, since the data associated with those contexts cannot be described by means of a property handle.

When a property name is passed to the function the subordinated property handle for the context property handle is returned. The name passed to the function must be a valid property name in the structure/class defined for the context property.

Return value:  Pointer to property handle ( PropertyHandle * )

Is a pointer to an (usually) opened property handle.

Implementation details

PropertyHandle * CTX_Property  :: GetPropertyHandle ( NString &w_fldnames=NString::Null() )
  • w_fldnames - Property name or path Default: NString::Null()