519 B
519 B
BmpFile (Get Method)
Gets the value of "BmpFile" property.
string BmpFile() const
Return Value
Value of "BmpFile" property of the object assigned to the class instance. If there is no object assigned, it returns false.
BmpFile (Set Method)
Sets new value for "BmpFile" property.
bool BmpFile(
string name // property value
)
Parameters
name
[in] New value for "BmpFile" property.
Return Value
true - successful, false - cannot change the property.