version 6.0
DR New bind Longint
| Parameter | Type | Description | ||||
| This command does not require any parameters | ||||||
| Function result | Longint | New bind ID | ||||
Description
The command DR New bind creates a new bind in memory and returns a value that can be used to access the new bind. The value returned is referred to as a Bind ID and is used in all of the other binding commands. Bind IDs are long integers. A bind is not specific to a 4D Draw area.
To build a bind, use the DR ADD TO BIND command for each attribute you want to associate with a field.
Example
See the example for the DR ACTIVATE BIND command.
See Also