Can GetObjProperty() return datatype 'Uninit'?
Posted: Tue Dec 08, 2015 3:34 am
Can GetObjProperty() return datatype 'Uninit'?
Is It possible?
Example:
Is it possible 'valueffa' return SUCCESS (TRUE) and the unpacked object that was saved with SetObjProperty return datatype 'Uninit"?
Is It possible?
Example:
Code: Select all
var valueffa := GetObjProperty(char, "#FFA");
if(valueffa)
//code stuff
endif