company logo

PropertyHandle :: Execute - Execute Handle

When a property handle represents a derived (calculated) data set, the function allows running the operation for calculating the data set. The function should be called before accessing the data set. For property handles not referring to query expressions, the function does not have any effect.

Return value:  Success ( logical  )

Implementation overview

Implementation details

  1. - internal feature (not documented)
    logical PropertyHandle  :: Execute ( OperEnvironment *operenv, ParmList *parmlist )
    • operenv - Pointer to operation environment
    • parmlist - parmlist - Title unknown
  2. to list
  3. Execute without parameter list
    logical PropertyHandle  :: Execute (  )
  4. to list