Ver Fonte

* Update ansistring header record explanation

git-svn-id: trunk@23249 -
michael há 12 anos atrás
pai
commit
3367a29831
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      rtl/inc/astrings.inc

+ 2 - 0
rtl/inc/astrings.inc

@@ -26,6 +26,8 @@
   AnsiString is defined as a 'silent' pchar :
   a pchar that points to :
 
+  @-16 : Code page indicator.
+  @-12 : Character size (2 bytes)
   @-8  : SizeInt for reference count;
   @-4  : SizeInt for size;
   @    : String + Terminating #0;