Icon AssignField Method

procedure AssignField(Field: TField)

Usage

Call the AssignField method to set a parameter to represent a particular TField object. The AssignField method sets the Bound property to True.

Information Unlike the AssignFieldValue method, the AssignField method names the parameter after the TField object as well as taking its value.
Image