Discuss this help topic in SecureBlackbox Forum
...
Declaration
[VB.NET]
Property Small As Boolean
[Pascal]
property Small : boolean;
[C++]
bool get_Small();
void set_Small(bool Value);
[PHP]
bool get_Small()
void set_Small(bool $Value)
[Java]
boolean getSmall();
void setSmall(boolean Value);
Description
...
Discuss this help topic in SecureBlackbox Forum