vdkxdb 2.4.0
|
data-aware VDKCheckButton widget. More...
#include <vdkxcheckbutton.h>
Public Member Functions | |
VDKXCheckButton (VDKForm *owner, char *label=(char *) NULL, char *tip=(char *) NULL) | |
virtual | ~VDKXCheckButton () |
Destructor. | |
virtual xbShort | Read () |
virtual xbShort | Write () |
virtual bool | AssignTableField (VDKXTable *table, char *fname) |
bool | AssignTableField (VDKXDatabase *xdb, char *tablename, char *fieldname) |
![]() | |
VDKXControl () | |
Constructor. | |
virtual | ~VDKXControl () |
Destructor. | |
Additional Inherited Members | |
![]() | |
VDKXTable * | table |
table that owns field | |
VDKString | field_name |
field name | |
xbShort | field_id |
field number | |
xbShort | field_type |
data-aware VDKCheckButton widget.
This control interfaces a logical xdb fields.
VDKXCheckButton::VDKXCheckButton | ( | VDKForm * | owner, |
char * | label = (char*) NULL , |
||
char * | tip = (char*) NULL |
||
) |
Constructor
owner | the form that owns the control |
label | widget label |
tip | widget tip |
|
virtual |
Assign a table field to the control
table | table that owns the field |
fname | field name as in table VDKXRecordTemplate descriptor structure (see it into xdb/dbf.h) It can hold:
|
Reimplemented from VDKXControl.
|
inlinevirtual |
Assign a table field to the control
table | table that owns the field |
fname | field name as in table VDKXRecordTemplate descriptor structure (see it into xdb/dbf.h) It can hold:
|
Reimplemented from VDKXControl.
|
virtual |
Read field to control
Reimplemented from VDKXControl.
|
virtual |
Writes control content to field.
Reimplemented from VDKXControl.