Progress
ADM 2 Reference


linkProperty (smart.p)

Returns the value of the requested property in the object at the other end of the specified link, relative to TARGET–PROCEDURE.

Parameters:

INPUT pcLink AS CHARACTER

The link name.

INPUT pcPropName AS CHARACTER

The property name.

Returns: CHARACTER: property value in string form.

Notes:

Examples:

/* This example determines whether the AutoCommit property is true in the 
   SmartdataObject associated with the current visual object. */ 
lCommit = dynamic-function(‘linkProperty’:U, INPUT ‘Data-Source’:U, INPUT 
   ‘AutoCommit’:U). 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095