wwhelp::GetProperty

Retrieves a property stored with SetProperty in the Properties field of the help object. Properties are returned in typed format depending on their original input value.

You can also retrieve all properties using a string value of PROPERTYARRAY and passing an array as a second parameter.

o.GetProperty(lcProperty, @laProperties)

Return Value

value or NULL if not found
OR: Count of properties

Parameters

lcProperty
The name of the property to retrieve.

or

PROPERTYARRAY, which returns all properties in an array:

laProperties
Optional: Use only if the PROPERTYARRAY string is passed in the second parameter. Contains the array that will be filled with all properties in the following format:

1 - Property Name
2 - Property Value (typed)
3 - Property Type
4 - Property Description

Overloads:


See also:

Class wwhelp

© West Wind Techologies, 1996-2023 • Updated: 04/13/05
Comment or report problem with topic