RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSHexBinary.AsByteArray Property

Represents the object's value as an array of bytes.

Pascal
property AsByteArray: TByteDynArray;
C++
__property TByteDynArray AsByteArray;

Use AsByteArray to obtain the value of the TXSHexBinary object as an array of bytes. This value is obtained from the HexBinaryString property using the global HexToBin function. When you set AsByteArray, TXSHexBinary uses the global BinToHex function to convert the binary value to a string and sets the HexBinaryString property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!