SAPCtrl Class 

SAPforms Form Plug-In for MS Office

Definition

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

Remarks

Represents a dependent object of the SAPform interface for 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 here. 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 VB, 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 MS Office

à SAPCtrl Class

à Name (Property)

à Value (Property)