groupbox
Generic properties, methods and events
|
CreateControl(iType, iStyle, objGroup) | Create control in the Create event |
|
CreateControl(iType, iStyle, objGroup, objAfter) | Create control in the Create event, placing it after the specified control in the tab order |
|
CreateControl(iType, iStyle) | Create control in the Create event |
|
SetDataBind(objObj) | Sets the DataBind property to the specified bind object |
|
SetDataField(iStart, sPackFormat$) | Sets the datafield property to the specified numeric field information |
|
SetDataField(sFldName$) | Sets the datafield property to the specified FLD |
|
DataBind | Binds the control to a table object |
|
DataField | Specifies the column name that is to be bound to the control |
|
DataField$ | Specifies the column name that is to be bound to the control |
|
DataSource | Specifies that variable name that is bound to a database table |
|
GroupThousands | Specifies that numeric types will be displayed with digits grouped into thousands |
|
Transparent | Makes the controls background transparent |
|
Type$ | Specifies the format that the user will use to enter information |