+ Patch to show/enter alternate charsets in grid editor.

This commit is contained in:
michael 2005-04-16 10:02:13 +00:00
parent 7bfefc7b49
commit 5372c3450d

View File

@ -240,7 +240,7 @@ constructor TField.Create(AOwner: TComponent);
begin begin
Inherited Create(AOwner); Inherited Create(AOwner);
FVisible:=True; FVisible:=True;
FValidChars:=[#0..#155]; FValidChars:=[#0..#255];
FProviderFlags := [pfInUpdate,pfInWhere]; FProviderFlags := [pfInUpdate,pfInWhere];
end; end;
@ -2291,7 +2291,10 @@ end;
{ {
$Log$ $Log$
Revision 1.30 2005-04-10 22:18:43 joost Revision 1.31 2005-04-16 10:02:13 michael
+ Patch to show/enter alternate charsets in grid editor.
Revision 1.30 2005/04/10 22:18:43 joost
Patch from Alexandrov Alexandru Patch from Alexandrov Alexandru
- implemented TDataset.BindFields - implemented TDataset.BindFields
- master-detail relation implemented - master-detail relation implemented