Class TDBGridSearch (unit gridsrch)

Inherits from

TComponent

Constructors


constructor Create(AOwner : TComponent);

TDBGridSearch


Functions

destructor Destroy;


function Execute : Boolean;


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure DBGridWndProc(var Message: TMessage);


procedure SetDBGrid(Value : TCustomDBGrid);


Properties

property CaseInsensitive : Boolean


property DataField : String


property DBGrid : TCustomDBGrid


property HotKey : TShortCut


Events

Variables

FCaseInsensitive : Boolean;


FDBGrid : TCustomDBGrid;


FDBGridWndProcAdd : Pointer;


FHotKey : TShortCut;


FieldName : String;


ObjectInstance : Pointer;



Constructors


constructor Create(AOwner : TComponent);

TDBGridSearch


Functions


destructor Destroy;


function Execute : Boolean;


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure DBGridWndProc(var Message: TMessage);


procedure SetDBGrid(Value : TCustomDBGrid);


Properties


property CaseInsensitive : Boolean


property DataField : String


property DBGrid : TCustomDBGrid


property HotKey : TShortCut


Events


Variables


FCaseInsensitive : Boolean;


FDBGrid : TCustomDBGrid;


FDBGridWndProcAdd : Pointer;


FHotKey : TShortCut;


FieldName : String;


ObjectInstance : Pointer;