Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Truncated As Boolean
[Pascal]
property Truncated : boolean;
[C++]
bool get_Truncated();
void set_Truncated(bool Value);
[PHP]
bool get_Truncated()
void set_Truncated(bool $Value)
[Java]
boolean getTruncated();
void setTruncated(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum