1
0
Files
aarre
applications
bindings
components
ZVDateTimeCtrls
acs
beepfp
chelper
cmdline
cmdlinecfg
colorpalette
csvdocument
epiktimer
fpsound
fpspreadsheet
freetypepascal
geckoport
gradcontrols
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazbarcodes
manualdock
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
tests
ORBLUEDOT.bmp
ORBTNCAL.bmp
ORBTNCLC.bmp
ORCOLUMNMOVECURSOR.cur
ORLEFTARROW.bmp
ORLEFTARROWS.bmp
ORREDDOT.bmp
ORREVERT.bmp
ORRIGHTARROW.bmp
ORRIGHTARROWS.bmp
ORROWMOVECURSOR.cur
ORTCCHECKGLYPHS.bmp
ORTCCOMBOARROW.bmp
ORTODAY.bmp
OrphStatus.html
README.txt
TO32FLEXEDIT.bmp
TO32TCFLEXEDIT.bmp
TOVCCALENDAR.bmp
TOVCCONTROLLER.bmp
TOVCDATEEDIT.bmp
TOVCLABEL.bmp
TOVCROTATEDLABEL.bmp
TOVCSIMPLEFIELD.bmp
TOVCSPINNER.bmp
TOVCTABLE.bmp
TOVCTCBITMAP.bmp
TOVCTCCHECKBOX.bmp
TOVCTCCOLHEAD.bmp
TOVCTCCOMBOBOX.bmp
TOVCTCGLYPH.bmp
TOVCTCICON.bmp
TOVCTCMEMO.bmp
TOVCTCROWHEAD.bmp
TOVCTCSIMPLEFIELD.bmp
TOVCTCSTRING.bmp
TOVCURL.bmp
TOVCVIRTUALLISTBOX.bmp
alltests-carbon.sh
alltests-gtk.sh
alltests-win.bat
makebaseres.bat
makeregres.bat
mymin.pas
mymisc.pas
myovcreg.pas
myovctbpe1.lfm
myovctbpe1.lrs
myovctbpe1.pas
myovctbpe2.lfm
myovctbpe2.lrs
myovctbpe2.pas
o32bordr.pas
o32editf.pas
o32flxed.pas
o32intdeq.pas
o32intlst.pas
o32ovldr.pas
o32pvldr.pas
o32rxngn.pas
o32rxvld.pas
o32sr.inc
o32sr.pas
o32tcflx.pas
o32vldtr.pas
o32vlop1.pas
o32vlreg.pas
o32vpool.pas
orpheus.lpk
orpheus.pas
ovc.inc
ovcabot0.lfm
ovcabot0.lrs
ovcabot0.pas
ovcbase.lrs
ovcbase.pas
ovcbase.res
ovcbcalc.pas
ovcbordr.pas
ovccal.pas
ovccalc.pas
ovccaret.pas
ovcclrcb.pas
ovccmbx.pas
ovccmd.pas
ovccolor.pas
ovcconst.pas
ovcdata.pas
ovcdate.pas
ovcdrag.pas
ovcedcal.pas
ovcedclc.pas
ovceditf.pas
ovcedpop.pas
ovcedtim.pas
ovcef.pas
ovcexcpt.pas
ovcintl.pas
ovclabel.pas
ovclbl0.lfm
ovclbl0.lrs
ovclbl0.pas
ovclbl1.lfm
ovclbl1.lrs
ovclbl1.pas
ovclbl2.pas
ovcmisc.pas
ovcnf.pas
ovcpb.pas
ovcreg.lrs
ovcrlbl.pas
ovcsc.pas
ovcsf.pas
ovcspary.pas
ovcstr.pas
ovctable.pas
ovctbclr.pas
ovctbcls.pas
ovctbpe1.pas
ovctbpe2.pas
ovctbrws.pas
ovctcary.pas
ovctcbef.pas
ovctcbmp.pas
ovctcbox.pas
ovctccbx.pas
ovctcedt.pas
ovctcell.pas
ovctcgly.pas
ovctchdr.pas
ovctcico.pas
ovctcmmn.pas
ovctcsim.pas
ovctcstr.pas
ovctgpns.pas
ovctgres.pas
ovctsell.pas
ovcurl.pas
ovcuser.pas
ovcver.pas
ovcvlb.pas
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
smnetgradient
spktoolbar
svn
tdi
thtmlport
tparadoxdataset
tvplanit
virtualtreeview
virtualtreeview-new
xdev_toolkit
zlibar
examples
lclbindings
wst
lazarus-ccr/components/orpheus/ovctcsim.pas

295 lines
9.5 KiB
ObjectPascal
Raw Normal View History

{*********************************************************}
{* OVCTCSIM.PAS 4.06 *}
{*********************************************************}
{* ***** BEGIN LICENSE BLOCK ***** *}
{* Version: MPL 1.1 *}
{* *}
{* The contents of this file are subject to the Mozilla Public License *}
{* Version 1.1 (the "License"); you may not use this file except in *}
{* compliance with the License. You may obtain a copy of the License at *}
{* http://www.mozilla.org/MPL/ *}
{* *}
{* Software distributed under the License is distributed on an "AS IS" basis, *}
{* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License *}
{* for the specific language governing rights and limitations under the *}
{* License. *}
{* *}
{* The Original Code is TurboPower Orpheus *}
{* *}
{* The Initial Developer of the Original Code is TurboPower Software *}
{* *}
{* Portions created by TurboPower Software Inc. are Copyright (C)1995-2002 *}
{* TurboPower Software Inc. All Rights Reserved. *}
{* *}
{* Contributor(s): *}
{* *}
{* ***** END LICENSE BLOCK ***** *}
{$I OVC.INC}
{$B-} {Complete Boolean Evaluation}
{$I+} {Input/Output-Checking}
{$P+} {Open Parameters}
{$T-} {Typed @ Operator}
{.W-} {Windows Stack Frame}
{$X+} {Extended Syntax}
unit ovctcsim;
{-Orpheus Table Cell - Simple field type}
interface
uses
{$IFNDEF LCL} Windows, Messages, {$ELSE} LclIntf, LMessages, LclType, MyMisc, {$ENDIF}
SysUtils, Classes, Controls,
OvcData, OvcEF, OvcSF, OvcTCmmn, OvcTCell, OvcTCBEF,
Graphics; { - for default color definition}
type
{The editor class for TOvcTCSimpleField cell components}
TOvcTCSimpleFieldEdit = class(TOvcSimpleField)
protected {private}
{.Z+}
FCell : TOvcBaseTableCell;
{.Z-}
protected
{.Z+}
procedure efMoveFocusToNextField; override;
procedure efMoveFocusToPrevField; override;
procedure WMChar(var Msg : TWMKey); message WM_CHAR;
procedure WMGetDlgCode(var Msg : TMessage); message WM_GETDLGCODE;
procedure WMKeyDown(var Msg : TWMKey); message WM_KEYDOWN;
procedure WMKillFocus(var Msg : TWMKillFocus); message WM_KILLFOCUS;
procedure WMSetFocus(var Msg : TWMSetFocus); message WM_SETFOCUS;
{.Z-}
published
property CellOwner : TOvcBaseTableCell
read FCell write FCell;
end;
{The simple field cell component class}
TOvcTCCustomSimpleField = class(TOvcTCBaseEntryField)
protected
{.Z+}
function GetCellEditor : TControl; override;
function GetDataType : TSimpleDataType;
function GetPictureMask : AnsiChar;
procedure SetDataType(DT : TSimpleDataType);
procedure SetPictureMask(PM : AnsiChar);
{.Z-}
property DataType : TSimpleDataType
read GetDataType write SetDataType;
property PictureMask : AnsiChar
read GetPictureMask write SetPictureMask;
public
function CreateEntryField(AOwner : TComponent) : TOvcBaseEntryField; override;
end;
TOvcTCSimpleField = class(TOvcTCCustomSimpleField)
published
{properties inherited from custom ancestor}
property Access default otxDefault;
property Adjust default otaDefault;
property CaretIns;
property CaretOvr;
property Color;
property ControlCharColor default clRed;
property DataType default sftString;
property DecimalPlaces default 0;
property EFColors;
property Font;
property Hint;
property Margin default 4;
property MaxLength default 15;
property Options default [efoCaretToEnd, efoTrimBlanks];
property PadChar default ' ';
property PasswordChar default '*';
property PictureMask default 'X';
property RangeHi stored False;
property RangeLo stored False;
property ShowHint default False;
property Table;
property TableColor default True;
property TableFont default True;
property TextHiColor default clBtnHighlight;
property TextMargin default 2;
property TextStyle default tsFlat;
{events inherited from custom ancestor}
property OnChange;
property OnClick;
property OnDblClick;
property OnDragDrop;
property OnDragOver;
property OnEndDrag;
property OnEnter;
property OnError;
property OnExit;
property OnKeyDown;
property OnKeyPress;
property OnKeyUp;
property OnMouseDown;
property OnMouseMove;
property OnMouseUp;
property OnOwnerDraw;
property OnUserCommand;
property OnUserValidation;
end;
implementation
{===TOvcTCCustomSimpleField=========================================}
function TOvcTCCustomSimpleField.CreateEntryField(AOwner : TComponent) : TOvcBaseEntryField;
begin
Result := TOvcTCSimpleFieldEdit.Create(AOwner);
TOvcTCSimpleFieldEdit(Result).CellOwner := Self;
end;
{--------}
function TOvcTCCustomSimpleField.GetCellEditor : TControl;
begin
Result := FEdit;
end;
{--------}
function TOvcTCCustomSimpleField.GetDataType : TSimpleDataType;
begin
if Assigned(FEdit) then Result := TOvcTCSimpleFieldEdit(FEdit).DataType
else Result := sftString;
end;
{--------}
function TOvcTCCustomSimpleField.GetPictureMask : AnsiChar;
begin
if Assigned(FEdit) then Result := TOvcTCSimpleFieldEdit(FEdit).PictureMask
else Result := pmAnyChar;
end;
{--------}
procedure TOvcTCCustomSimpleField.SetDataType(DT : TSimpleDataType);
begin
if Assigned(FEdit) then
begin
TOvcTCSimpleFieldEdit(FEdit).DataType := DT;
TOvcTCSimpleFieldEdit(FEditDisplay).DataType := DT;
end;
end;
{--------}
procedure TOvcTCCustomSimpleField.SetPictureMask(PM : AnsiChar);
begin
if Assigned(FEdit) then
begin
TOvcTCSimpleFieldEdit(FEdit).PictureMask := PM;
TOvcTCSimpleFieldEdit(FEditDisplay).PictureMask := PM;
end;
end;
{====================================================================}
{===TOvcTCSimpleFieldEdit==============================================}
procedure TOvcTCSimpleFieldEdit.efMoveFocusToNextField;
var
Msg : TWMKey;
begin
FillChar(Msg, sizeof(Msg), 0);
with Msg do
begin
Msg := WM_KEYDOWN;
CharCode := VK_RIGHT;
end;
CellOwner.SendKeyToTable(Msg);
end;
{--------}
procedure TOvcTCSimpleFieldEdit.efMoveFocusToPrevField;
var
Msg : TWMKey;
begin
FillChar(Msg, sizeof(Msg), 0);
with Msg do
begin
Msg := WM_KEYDOWN;
CharCode := VK_LEFT;
end;
CellOwner.SendKeyToTable(Msg);
end;
{--------}
procedure TOvcTCSimpleFieldEdit.WMChar(var Msg : TWMKey);
begin
if (Msg.CharCode <> 9) then {filter tab characters}
inherited;
end;
{--------}
procedure TOvcTCSimpleFieldEdit.WMGetDlgCode(var Msg : TMessage);
begin
{$IFNDEF LCL}
inherited;
{$ELSE}
inherited WMGetDlgCode(TWMNoParams(Msg));
{$ENDIF}
if CellOwner.TableWantsTab then
Msg.Result := Msg.Result or DLGC_WANTTAB;
if CellOwner.TableWantsEnter then
Msg.Result := Msg.Result or DLGC_WANTALLKEYS;
end;
{--------}
procedure TOvcTCSimpleFieldEdit.WMKeyDown(var Msg : TWMKey);
var
GridReply : TOvcTblKeyNeeds;
GridUsedIt : boolean;
begin
GridUsedIt := false;
GridReply := otkDontCare;
if (CellOwner <> nil) then
GridReply := CellOwner.FilterTableKey(Msg);
case GridReply of
otkMustHave :
begin
{the entry field must also process this key - to restore its contents}
if (Msg.CharCode = VK_ESCAPE) then
Restore;
CellOwner.SendKeyToTable(Msg);
GridUsedIt := true;
end;
otkWouldLike :
case Msg.CharCode of
VK_PRIOR, VK_NEXT, VK_UP, VK_DOWN :
begin
// TurboPower bug. Next line commented out and next two lines inserted.
// if ValidateSelf then
if not ValidateSelf then //Added - don't pass key to ancestor?
Exit; //Added
begin
CellOwner.SendKeyToTable(Msg);
GridUsedIt := true;
end;
end;
{Note: VK_LEFT, VK_RIGHT are processed by efMoveFocusToNext(Next)Field}
end;
end;{case}
if not GridUsedIt then
inherited;
end;
{--------}
procedure TOvcTCSimpleFieldEdit.WMKillFocus(var Msg : TWMKillFocus);
begin
inherited;
CellOwner.PostMessageToTable(ctim_KillFocus, Msg.FocusedWnd, LastError);
end;
{--------}
procedure TOvcTCSimpleFieldEdit.WMSetFocus(var Msg : TWMSetFocus);
begin
inherited;
CellOwner.PostMessageToTable(ctim_SetFocus, Msg.FocusedWnd, 0);
end;
{====================================================================}
end.