|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles | Qt Script for Applications | ![]() |
[Prev: ColorGroup] [Home] [Next: Font]
The ByteArray class is an array optimized for storing raw bytes. Instances of ByteArray can be passed to C++ slots that take arguments of type QByteArray.
length : Number; The number of bytes in the byte array. This value is read-only.
size : Number; The number of bytes in the byte array. This value is read-only.
charAt( index : Number ) : String; Returns the character (byte) at the position index in the byte array. The byte is returned as a string.
[Prev: ColorGroup] [Home] [Next: Font]
Copyright © 2001-2006 Trolltech | Trademarks | QSA version 1.1.5
|