Record TrDBComponentsCfg

Hierarchy
Properties

Unit

Declaration

type TrDBComponentsCfg = record

Description

record for rDBcomponents global configuration

Overview

Fields

JPGAsDefault: Boolean;
VisibilityFromField_AutoHide: Boolean;
VisibilityFromField_AutoShow: Boolean;
ReloadItemsShowCursor: Boolean;
ShowSimpleLookupHint: boolean;
RequeryCursorType: TCursor;
ExitControlEvent: TExitControlEvent;
DropDownShortCut: string;
EditShortCut: string;

Methods

function DoExitControl(Sender: TControl; F: TField): Boolean;
function CheckDropDownKey(Key: Word; Shift: TShiftState): Boolean;
function CheckEditKey(Key: Word; Shift: TShiftState): Boolean;

Description

Fields

JPGAsDefault: Boolean;
 
VisibilityFromField_AutoHide: Boolean;
 
VisibilityFromField_AutoShow: Boolean;
 
ReloadItemsShowCursor: Boolean;
 
ShowSimpleLookupHint: boolean;
 
RequeryCursorType: TCursor;
 
ExitControlEvent: TExitControlEvent;
 
DropDownShortCut: string;
 
EditShortCut: string;
 

Methods

function DoExitControl(Sender: TControl; F: TField): Boolean;
 
function CheckDropDownKey(Key: Word; Shift: TShiftState): Boolean;
 
function CheckEditKey(Key: Word; Shift: TShiftState): Boolean;
 

Generated by PasDoc 0.15.0.