{////////////////////////
// //
// Grids549 //
// //
// 14:33 2005-2-17 //
// //
}////////////////////////
unit Grids549;
interface
uses
DBGrids, Classes, Windows;
type
TDBGrid549 = class(TDBGrid)
public
property InPlaceEditor;
end ;
procedure CursorCtrl(Sender: TObject; var Key: Word; Shift: TShiftState);
implementation
{ TDBGrid549 }
<...[ 查看全文 ]