Table of Contents

TPropertyList.FindProperty Method

Retrieves the TProperty object given the property name.

Syntax

Unit: PropertyList

function TPropertyList.FindProperty(const Name: string): TProperty;

Parameters

<-> Parameter Type Description
const Name string The name of the searched property.

Returns

The associated TProperty object. If the property is not found, nil is returned.

See also