Table of Contents

TCodeTypeMember Class

Base class for all type members such as fields, methods, and properties.

Syntax

Unit: Bcl.Code.MetaClasses

TCodeTypeMember = class(TCodeObject);

Methods

Name Description
FindAttribute Searches for an attribute by name on this member.
AddAttribute Adds a custom attribute to this member.

Properties

Name Description
Visibility Gets or sets the visibility of this member.
Comments Gets the list of comments associated with this member.
CustomAttributes Gets the list of custom attributes applied to this member.
Name Gets or sets the name of this member.