Discuss this help topic in SecureBlackbox Forum
The first character code defined in the Widths array.
Declaration
[VB.NET]
Property FirstChar As Integer
[Pascal]
property FirstChar : integer;
[C++]
int32_t get_FirstChar();
void set_FirstChar(int32_t Value);
[PHP]
integer get_FirstChar()
void set_FirstChar(integer $Value)
[Java]
int getFirstChar();
void setFirstChar(int Value);
Description
Use this property to get or set the first character code defined in the
Widths array.
Discuss this help topic in SecureBlackbox Forum