Parent property

Examples


The Parent property returns a window or report object containing a specified field object.

Syntax

field.Parent

Parameters

field – A window field or report field object.

Comments

Use the Parent property to access the methods or properties of a window or report object containing a given field object. This is especially useful if you’re passing field objects to procedures as arguments. In these cases, you can use the Parent property to obtain information about the window or report containing the field object you passed to the procedure.


Documentation Feedback