mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user