Entering content frameBackground documentation SAPCtrl Class (Microsoft Visual Basic) Locate the document in its SAP Library structure

Definition

This class represents a generic form control that is contained in the Controls list of the SAPForm class.

Remarks

Implements a dependent object of the SAPform interface for Microsoft Visual Basic forms. The controls list of the SAPForm class consists of objects of this type. An object in the SAPCtrl class usually represents a form control. The table controls are an exception. With table controls, an object of the SAPCtrl class is added to the Controls list for each column. In the case of control fields, each element of a field is added to the Controls list as if it were a separate control.

This interface provides the SAPforms Designer and other SAPforms components with generic access to form properties and controls. The concept requires that each object that is a possible binding target be interpreted as a separate generic control. With Microsoft Visual Basic, this means that a separate control is to be created for every element of a control array and for every grid column.

Classification

SAPforms Form Plug-In for Microsoft Visual Basic

à SAPCtrl Class

à Name (Property)

à Value (Property)

Leaving content frame