7.9.8.27. GEL_GetStringDriverPropertyΒΆ
Return the value of a string debug property
Format
GEL_GetStringDebugProperty( propertyName );
Parameters
propertyName specifies the property name
Description
Return the value of the property
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
int autoResetOnConnect = GEL_GetBoolDebugProperty("AutoResetOnConnect");
string flashFiles = GEL_GetStringDebugProperty("FlashFiles");
int flashTimeout = GEL_GetNumericDebugProperty("FlashTimeoutValue");
Related Topics