Topic Path: Symbol Reference > Structs, Records, Enums > TByteArray Record
ContentsIndexHome
PreviousUpNext
TByteArray Record
File
TByteArray = record
  Length: Integer;
  Data: PChar;
end;

TByteArray is a Record type.

Topic generated.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.