Topic Path: Symbol Reference > Types > TIdBytes Type
ContentsIndexHome
PreviousUpNext
TIdBytes Type

Represents a platform-agnostic string representation.

File
TIdBytes = TBytes;

TIdBytes is a type that represents a platform-agnostic representation for string data types. TIdBytes isolates the differences between a Delphi string and the .Net representation for string content. 

 

On the .Net platform, TIdBytes is declared as the TBytes data type. 

 

On the all other platforms, TIdBytes is declared an array of Byte data type. 

TIdBytes is the type used to represent parameter arguments for utility functions, like: 

 

 

TIdBytes is the type used to represent the return value from utility functions, like: 

 

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