Browse Source

* use a TUnicodeStringCollection in TCluster

git-svn-id: branches/unicodekvm@48633 -
nickysn 4 years ago
parent
commit
1c9c84d01e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/fv/src/dialogs.inc

+ 4 - 0
packages/fv/src/dialogs.inc

@@ -253,7 +253,11 @@ TYPE
          Sel       : Sw_Integer;                         { Selected item }
          Sel       : Sw_Integer;                         { Selected item }
          Value     : LongInt;                         { Bit value }
          Value     : LongInt;                         { Bit value }
          EnableMask: LongInt;                         { Mask enable bits }
          EnableMask: LongInt;                         { Mask enable bits }
+{$ifdef FV_UNICODE}
+         Strings   : TUnicodeStringCollection;        { String collection }
+{$else FV_UNICODE}
          Strings   : TStringCollection;               { String collection }
          Strings   : TStringCollection;               { String collection }
+{$endif FV_UNICODE}
       CONSTRUCTOR Init (Var Bounds: TRect; AStrings: PSItem);
       CONSTRUCTOR Init (Var Bounds: TRect; AStrings: PSItem);
       CONSTRUCTOR Load (Var S: TStream);
       CONSTRUCTOR Load (Var S: TStream);
       DESTRUCTOR Done; Virtual;
       DESTRUCTOR Done; Virtual;