Attribute without “Attribute”

Hi guys!

Tonight I will tell you the story about one attribute. His full name was JamesAttribute, but smart people called him James, because in Delphi world that postfix can be automatically omitted!

So if you declare the attribute like this:

type
  JamesAttribute = class(TCustomAttribute)

Then you can use it by just typing the short name:

type
  [James]
  TYourClass = class
    ...
  end;

Learn more by reading the documentation.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s