Manages RVC::OBJTYPE_DatabaseForm RVC objects. More...
#include <rvc/dbform.h>

Classes | |
| struct | FORMFIELD |
| Structures for Forms. More... | |
Public Types | |
| enum | FORMFLAGS { FORMFLAGS_None = 0, FORMFLAGS_VScroll = 1, FORMFLAGS_HScroll = 2, FORMFLAGS_AllowResize = 4 } |
Public Member Functions | |
| DBFORM (const RVC::DBFORM &rhs) | |
| DBFORM () | |
| virtual | ~DBFORM () |
| FORMFLAGS | GetFlags () const |
| const SIMPLE_ARRAY< FORMFIELD > & | GetFormFieldList () const |
| INT16 | GetHeight () const |
| INT16 | GetPartialHeight () const |
| INT16 | GetPartialWidth () const |
| const RVC::OBJECTNAME & | GetTableName () const |
| INT16 | GetWidth () const |
| INT16 | GetWindowX () const |
| INT16 | GetWindowY () const |
| RVC::DBFORM & | operator= (const RVC::DBFORM &rhs) |
| void | SetFlags (FORMFLAGS flags) |
| void | SetFormFieldList (const SIMPLE_ARRAY< FORMFIELD > &FormFieldList) |
| void | SetHeight (INT16 height) |
| void | SetPartialHeight (INT16 PartialHeight) |
| void | SetPartialWidth (INT16 PartialWidth) |
| void | SetTableName (const RVC::OBJECTNAME &TableName) |
| void | SetWidth (INT16 height) |
| void | SetWindowX (INT16 x) |
| void | SetWindowY (INT16 x) |
Manages RVC::OBJTYPE_DatabaseForm RVC objects.
RVC Object Types that this class supports: RVC::OBJTYPE_DatabaseForm
Default RVC Object Type for this class: RVC::OBJTYPE_DatabaseForm
Valid parents for this class:
Read(), Make() and Write() methods inherited from RVC::SIMPLE class. View RVC::SIMPLE docs for inherited methods
| RVC::DBFORM::DBFORM | ( | ) |
| RVC::DBFORM::DBFORM | ( | const RVC::DBFORM & | rhs | ) |
| virtual RVC::DBFORM::~DBFORM | ( | ) | [virtual] |
| FORMFLAGS RVC::DBFORM::GetFlags | ( | ) | const |
Obtain form flags.
| const SIMPLE_ARRAY<FORMFIELD>& RVC::DBFORM::GetFormFieldList | ( | ) | const |
Get reference to FORMFIELD list.
| INT16 RVC::DBFORM::GetHeight | ( | ) | const |
Obtain form window height.
| INT16 RVC::DBFORM::GetPartialHeight | ( | ) | const |
Obtain form window partial height.
| INT16 RVC::DBFORM::GetPartialWidth | ( | ) | const |
Obtain form window partial width.
| const RVC::OBJECTNAME& RVC::DBFORM::GetTableName | ( | ) | const |
Obtain database table name this form is associated with.
| INT16 RVC::DBFORM::GetWidth | ( | ) | const |
Obtain form window width.
| INT16 RVC::DBFORM::GetWindowX | ( | ) | const |
Obtain form window x position (uppper left).
| INT16 RVC::DBFORM::GetWindowY | ( | ) | const |
Obtain form window y position (uppper left).
| RVC::DBFORM& RVC::DBFORM::operator= | ( | const RVC::DBFORM & | rhs | ) |
Assignment.
Reimplemented from RVC::SIMPLE.
| void RVC::DBFORM::SetFlags | ( | FORMFLAGS | flags | ) |
Set form flags.
| void RVC::DBFORM::SetFormFieldList | ( | const SIMPLE_ARRAY< FORMFIELD > & | FormFieldList | ) |
Set form field list.
| void RVC::DBFORM::SetHeight | ( | INT16 | height | ) |
Set form window height.
| void RVC::DBFORM::SetPartialHeight | ( | INT16 | PartialHeight | ) |
Set form window partial height.
| void RVC::DBFORM::SetPartialWidth | ( | INT16 | PartialWidth | ) |
Set form window partial width.
| void RVC::DBFORM::SetTableName | ( | const RVC::OBJECTNAME & | TableName | ) |
Set database table name to associate DBForm with.
| void RVC::DBFORM::SetWidth | ( | INT16 | height | ) |
Set form window width.
| void RVC::DBFORM::SetWindowX | ( | INT16 | x | ) |
Set form window x position (upper left).
| void RVC::DBFORM::SetWindowY | ( | INT16 | x | ) |
Set form window y position (upper left).
1.6.1