mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +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
|
||||
TPXPictureValidator = OBJECT (TValidator)
|
||||
Pic: PString; { Picture filename }
|
||||
Pic: Sw_PString; { Picture filename }
|
||||
CONSTRUCTOR Init (Const APic: Sw_String; AutoFill: Boolean);
|
||||
CONSTRUCTOR Load (Var S: TStream);
|
||||
DESTRUCTOR Done; Virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user