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
AddAttribute Adds a custom attribute to this member.
FindAttribute Searches for an attribute by name on this member.

Properties

Name Description
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.
Visibility Gets or sets the visibility of this member.