TFindDefDetailRec |
rDBFind |
define record for master-detail searching |
TfrDBEdit |
fr_dbedit |
frame which contains toolbars with universal DB function defined in rDBActions |
TfrDBShow |
fr_dbshow |
Frame which contains toolbars with universal DB function defined in rDBActions |
THackCustomDBGrid |
rDBFields |
|
TrDBAction |
dm_rdbaction |
Enabling and showing of Actions depends on TAG value of Active Grid, on UserRights value and on TAG value of each action
TAG value of Actions: format: xyzz x - user rights for non edit actions y - user rights for edit actions zz - bitmask for disable according Dataset state
UserRights value (00 - 99): format: xy x - user rights for non edit actions y - user rights for edit actions disable action if user rights < part of Tag value of Action typical vaules: 1: TOOL actions 2: TOOL and ADD record actions 3: enable TOOL, ADD and EDIT record actions 4: enable TOOL, ADD, EDIT and DELETE Actions
Bitmask for disable each action according Dataset state: 1: Inactive 2: ReadOnly 4: IsEmpty 8: Browse 16: Edit 32: Insert
typical values of Action and states for disabling: ADD record: 0251 (Insert+Edit+ReadOnly+Inactive) EDIT record: 0355 (Insert+Edit+ReadOnly+IsEmpty+Inactive) DELETE record: 0455 (Insert+Edit+ReadOnly+IsEmpty+Inactive) TOOL Button: 1049 (Insert+Edit+Inactive) SAVE or CANCEL record: 0315 (Browse+IsEmpty+ReadOnly+Inactive) EXIT Button: 0048 (Insert+Edit)
TAG value of Grid: (bitmask for hiding Actions according TAG value of Grid) -1: disable all Actions 1: hide whole Edit menu 2: hide whole Sort menu 4: hide whole Filter menu 8: hide whole Columns menu 16: hide whole Props menu 32: dummy 64: dummy 128: hide action acoClose 256: hide action aceDuplic 512: hide action aceSaveAdd 1024: hide action aceAdd 2048: hide action aceEdit 4096: hide action aceDelete 8192: hide action aceAutoEdit
typical values of TAG value of Grid: all actions: 0 not editing: 1 or 3841 only Edit: 3840 |
TrDBBatchUpdateForm |
rDBBatchUpdate |
universal dialog for batch record update in grid or database |
TrDBDlgBaseForm |
rdbdlg_baseform |
base form for all DB shared dialogs |
TrDBEditBar |
fr_dbeditbar |
Frame which contains toolbars with universal DB function defined in rDBActions |
TrDBExportForm |
rDBExport |
universal dialog for exporting data from DBGrid or Dataset |
TrDBFieldsForm |
rDBFields |
universal universal dialog for user definition of visibility and properties of DBGrid columns or Dataset fields |
TrDBFieldsGroupForm |
rDBFieldsGroup |
universal dialog for user definition of rDBGrid groups |
TrDBFilterForm |
rDBFilter |
filtering functions and universal dialog for user definition of filter string |
TrDBFilterSaverForm |
rDBFilterSaver |
universal dialog for saving and loading of filter strings. |
TrDBFindForm |
rDBFind |
universal dialog for searching in grid or database |
TrDBGridCellParamsForm |
rDBGridCellParams |
provides universal dialog for editing of conditions for cell highlighting regarding data in records |
TrDBGridCellParamsValuesForm |
rDBGridCellParamsValues |
provides universal dialog for editing of compared value for rDBGridCellParams dialog |
TrDBGridPropsForm |
rDBGridProps |
universal dialog for editing of rDBGrid apperance properties |
TrDBImportForm |
rDBImport |
provides universal dialog for import of data from TXT, XLS, DB and other sources to any DB table |
TrDBImport_Setting |
rDBImport |
|
TrDBPrintDirectForm |
rDBPrintDirect |
provides universal dialog for printing of data from DBGrid, rDBRecView and TreeView/rDBTreeView |
TrDBPrintDirectPreviewForm |
rDBPrintDirectPreview |
provides preview dialog for rDBPrintDirect unit |
TrDBPrintForm |
rDBPrint |
provides universal dialog for printing of data from DBGrid, rDBRecView and TreeView/rDBTreeView |
TrDBRecViewFieldsForm |
rDBRecViewFields |
universal universal dialog for user definition of visibility and properties of grid or dataset fields |
TrDBSortForm |
rDBSort |
universal dialog for sorting of any grid |
TrDBSortForm2 |
rDBSort2 |
universal dialog for sorting of any grid |
TrDBToolBar |
fr_dbtoolbar |
Frame which contains toolbars with universal DB function defined in rDBActions |
TRTFRepDialogEx |
RTFRep_DialogEx |
universal dialog before execution of RTFReport |
TRTFRepDlgInfoClass |
RTFRep_DialogEx |
define structure for reports definition info |
TRTFRepInfoEx |
RTFRep_DialogEx |
Information record for each report (each item) - define all properties of report |