Class TGridPxMask (unit dnPxGrid)

Inherits from

TControlPxMask

**************************************************************************** Copyright © 1997/98 Dieter Nöth version : 2.01 date : 11.04.1998 description: Component TPxGrid: This is an enhanced TStringGrid, which adds support for Paradox-style masks new property: PxMask (public) new event: OnValidChanged (published); It still uses Borland's EditMask (so PLEASE DO NOT SUPPLY BOTH EditMask and PxMask) and validates it.

Constructors



Functions

procedure HookWndProc(var Message: TMessage);


procedure PrepareShowError;


function SelectCell(ACol, ARow: Longint): Boolean;


procedure ValidateEdit;


function CanEditModify: boolean;


procedure DoReset(Preparing: boolean);


function GetEditHandle: THandle;


procedure CMExit(var Message: TCMExit);

* TGridPxMask

procedure WMSetFocus(var Message: TWMSetFocus);


Properties

Events

event OnValidChanged :


Variables


Constructors


Functions


procedure HookWndProc(var Message: TMessage);


procedure PrepareShowError;


function SelectCell(ACol, ARow: Longint): Boolean;


procedure ValidateEdit;


function CanEditModify: boolean;


procedure DoReset(Preparing: boolean);


function GetEditHandle: THandle;


procedure CMExit(var Message: TCMExit);

* TGridPxMask


procedure WMSetFocus(var Message: TWMSetFocus);


Properties


Events


event OnValidChanged :


Variables