[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_DELPROP()
 Delete Property
------------------------------------------------------------------------------
 Syntax
 
      FN_delProp(cObjectName, nObjectType, cProperty) => lDeleted
 
 Arguments

     <cObjectName> is the name of the Bindery Object that you are
                     trying to delete a property for.  Max Length = 47

     <nObjectType> is the Bindery Object Type.  Manifest constants
                     describing the defined types are included in the
                     NETTO.CH header file.

     <cProperty> is the name of the property you want to delete.
                   Max Length = 15

 Returns

     <lDeleted> if property was deleted.

 Description

     This function deletes a bindery objects property.

 Examples

     // this will delete the property IDENDTIFICATION from user KEVIN
     lDeleted := FN_delProp("KEVIN", OT_USER, "IDENTIFICATION")


 Source: N:\SRC\BINDERY\DELPROP.PRG

 Author: Kevin Maher/Steve Tyrakowski

See Also: fn_creProp() fn_delBndO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson