Class TDBPxGrid (unit dnDBPxG)

Inherits from

TDBGrid

Constructors


constructor Create(aOwner : TComponent);

* to access some protected methods/props


Functions

destructor Destroy;

MUST be created before inherited

function GetEditMask(ACol, ARow: Longint): string;


function GetEditText(ACol, ARow: Longint): string;


procedure KeyPress(var Key: Char);

MUST be deleted after inherited

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


procedure SetEditText(ACol, ARow: Longint; const Value: string);


procedure WndProc(var Message: TMessage);


function GetOnValidChanged: TValidChangedEvent;


procedure SetOnValidChanged(value: TValidChangedEvent);


procedure SetPxMask(value : TGridPxMask);


Properties

property PxMask : TGridPxMask


Events

event OnValidChanged : TValidChangedEvent

must be published

Variables

FPxMask : TGridPxMask;



Constructors


constructor Create(aOwner : TComponent);

* to access some protected methods/props


Functions


destructor Destroy;

MUST be created before inherited


function GetEditMask(ACol, ARow: Longint): string;


function GetEditText(ACol, ARow: Longint): string;


procedure KeyPress(var Key: Char);

MUST be deleted after inherited


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


procedure SetEditText(ACol, ARow: Longint; const Value: string);


procedure WndProc(var Message: TMessage);


function GetOnValidChanged: TValidChangedEvent;


procedure SetOnValidChanged(value: TValidChangedEvent);


procedure SetPxMask(value : TGridPxMask);


Properties


property PxMask : TGridPxMask


Events


event OnValidChanged : TValidChangedEvent

must be published


Variables


FPxMask : TGridPxMask;