TCodeTypeDeclaration.FindMember Method
Searches for a member by name in this type.
Syntax
Unit: Bcl.Code.MetaClasses
function TCodeTypeDeclaration.FindMember(const Name: string): TCodeTypeMember;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The member name to find (case-insensitive). |
Returns
The matching TCodeTypeMember, or nil if not found.