mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +02:00
+ Fix for WideString props
This commit is contained in:
parent
bdeab14b7f
commit
81ecfd5f2c
@ -1037,7 +1037,7 @@ end;
|
|||||||
|
|
||||||
procedure SetWideStrProp(Instance: TObject; const PropName: string; const Value: WideString);
|
procedure SetWideStrProp(Instance: TObject; const PropName: string; const Value: WideString);
|
||||||
begin
|
begin
|
||||||
SetStrProp(Instance,FindPropInfo(Instance,PropName),Value);
|
SetWideStrProp(Instance,FindPropInfo(Instance,PropName),Value);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -1496,7 +1496,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.33 2004-12-28 15:30:04 florian
|
Revision 1.34 2004-12-30 18:11:43 michael
|
||||||
|
+ Fix for WideString props
|
||||||
|
|
||||||
|
Revision 1.33 2004/12/28 15:30:04 florian
|
||||||
* fixed raw mode for non i386 targets
|
* fixed raw mode for non i386 targets
|
||||||
* fixed some alignment issues
|
* fixed some alignment issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user