dbc_BeforeDBGetProp Event

Occurs before the DBGetProp( ) function runs. There are two versions of the syntax.

PROCEDURE dbc_BeforeDBGetProp(cName, cType, cProperty) 
PROCEDURE dbc_BeforeDBGetProp
LPARAMETERS cName, cType, cProperty

Parameters

cName

Specifies the value of the first parameter in the DBGetProp( ) function, the name of the database, field, named connection, table, or view for which DBGETPROP( ) returns information.

cType

Specifies the value of the second parameter in the DBGetProp( ) function, the object type of the item named in cName.

cProperty

Specifies the value of the third parameter in the DBGetProp( ) function, the property for which DBGETPROP( ) returns information.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic