mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
+ Patch to show/enter alternate charsets in grid editor.
This commit is contained in:
parent
7bfefc7b49
commit
5372c3450d
@ -240,7 +240,7 @@ constructor TField.Create(AOwner: TComponent);
|
||||
begin
|
||||
Inherited Create(AOwner);
|
||||
FVisible:=True;
|
||||
FValidChars:=[#0..#155];
|
||||
FValidChars:=[#0..#255];
|
||||
|
||||
FProviderFlags := [pfInUpdate,pfInWhere];
|
||||
end;
|
||||
@ -2291,7 +2291,10 @@ end;
|
||||
|
||||
{
|
||||
$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
|
||||
- implemented TDataset.BindFields
|
||||
- master-detail relation implemented
|
||||
|
Loading…
Reference in New Issue
Block a user