mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* unicode fix
git-svn-id: branches/unicodekvm@48645 -
This commit is contained in:
parent
b240b78c9f
commit
b8a2c613e3
@ -150,7 +150,7 @@ TYPE
|
|||||||
{---------------------------------------------------------------------------}
|
{---------------------------------------------------------------------------}
|
||||||
TYPE
|
TYPE
|
||||||
TPXPictureValidator = OBJECT (TValidator)
|
TPXPictureValidator = OBJECT (TValidator)
|
||||||
Pic: PString; { Picture filename }
|
Pic: Sw_PString; { Picture filename }
|
||||||
CONSTRUCTOR Init (Const APic: Sw_String; AutoFill: Boolean);
|
CONSTRUCTOR Init (Const APic: Sw_String; AutoFill: Boolean);
|
||||||
CONSTRUCTOR Load (Var S: TStream);
|
CONSTRUCTOR Load (Var S: TStream);
|
||||||
DESTRUCTOR Done; Virtual;
|
DESTRUCTOR Done; Virtual;
|
||||||
|
Loading…
Reference in New Issue
Block a user