OP Delete bind

4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next

version 1.5


OP Delete bind (bindID) Longint

ParameterTypeDescription
bindIDLongintBind list ID
Function resultLongintError code result for the function

Description

OP Delete bind releases the memory used by bindID bind list. Use this function only after you have finished using bindID.

Error Codes

If OP Delete bind executes successfully, it returns 0. Otherwise, this function returns one of the following errors:

Error CodeDescription
10128The 4D Open for 4th Dimension package has not been initialized.
10137The bind list does not exist.
10154This command cannot be executed right now.

See Also

OP Create bind, OP Define bind by numbers, OP Define bind by pointer.


4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next