DataSource.setDesignTimeData

Overview | Methods | This Package | All Packages

DataSource.setDesignTimeData

Sets a boolean value indicating whether a connection should be made to the data source while working on a form in a visual designer.

Syntax

public void setDesignTimeData( boolean fDesign )

Parameters

fDesign

Set to true if a connection should be made in design mode; otherwise, set to false.

See Also   getDesignTimeData