Dialog to allow user to select "set" of records from table. More...
#include <rvc/uidlgselectrecordset.h>

Public Member Functions | |
| DLG_SELECT_RECORDSET (const RVC::OBJITEM &ParentObjItem, ELEMTYPE ElemType) | |
| virtual | ~DLG_SELECT_RECORDSET () |
| const BITSET & | GetRecordSet () const |
| const RVC::OBJECTNAME & | GetTableNameShort () const |
| void | SetSelection (const RVC::OBJECTNAME &TableNameShort, const BITSET &RecordSet) |
Dialog to allow user to select "set" of records from table.
| RVC::UI::DLG_SELECT_RECORDSET::DLG_SELECT_RECORDSET | ( | const RVC::OBJITEM & | ParentObjItem, | |
| ELEMTYPE | ElemType | |||
| ) |
Constructor.
| virtual RVC::UI::DLG_SELECT_RECORDSET::~DLG_SELECT_RECORDSET | ( | ) | [virtual] |
Destructor.
| const BITSET& RVC::UI::DLG_SELECT_RECORDSET::GetRecordSet | ( | ) | const [inline] |
Get selected record set.
| const RVC::OBJECTNAME& RVC::UI::DLG_SELECT_RECORDSET::GetTableNameShort | ( | ) | const [inline] |
Get selected table "short" name.
| void RVC::UI::DLG_SELECT_RECORDSET::SetSelection | ( | const RVC::OBJECTNAME & | TableNameShort, | |
| const BITSET & | RecordSet | |||
| ) |
Set initial selection.
Must do before dialog created.
| TableNameShort | "Short" table name | |
| RecordSet | Selected records |
1.6.1