Search
FlowChart.DemoVersion Property
See Also
 



Gets a value indicating whether the currently loaded FlowChartX instance is a trial version.

 Syntax

VB6  Copy Code

Public Property Get DemoVersion() As Boolean

C++  Copy Code

public:
bool get_DemoVersion ()

 Property Value

true in trial versions of FlowChartX; false in retail versions.

 See Also