Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property H As Integer
[Pascal]
property H : integer;
[C++]
int32_t get_H();
void set_H(int32_t Value);
[PHP]
integer get_H()
void set_H(integer $Value)
[Java]
int getH();
void setH(int Value);
Description
…
Discuss this help topic in SecureBlackbox Forum