IBindingDimCombo.RdsDefined

Fore Syntax

RdsDefined: Boolean;

Fore.NET Syntax

RdsDefined: Boolean;

Description

The RdsDefined property determines whether the RDS parameter is present in binding string.

Comments

If the RdsDefined property is set to True, the binding string describing the value editor contains the RDS parameter. The value of this parameter is determined by the Rds property.

Example

The example of use is given in description of the DataSourceKeyDefined property.

See also:

IBindingDimCombo