Navigation:  Classes > bBrowserColumn >

bBrowserColumn:PropertyExist()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Checks, whether a property is defined.

Class

bBrowserColumn

Type

Method

Syntax

<oBrowserColumn>:PropertyExist(<symProperty>) Æ lExist

Arguments

<symProperty>The name of the property that is to be checked.
Data Type:Symbol

Return Value

lExistA logical value that indicates whether the property is defined.
TRUEThe property is defined.
FALSEThe property is not defined.
Data Type:Logic

Description

bBrowserColumn:PropertyExist() checks whether a property is defined. A property can be defined with the method bBrowserColumn:PropertyPut().

See Also

bBrowser:PropertyExist()

bBrowserColumn:PropertyDelete()

bBrowserColumn:PropertyGet()

bBrowserColumn:PropertyPut()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowsercolumn_propertyexist.htm