Jump to content
stacker_liew

What is the meaning of the square bracket in here?

Recommended Posts

Code Here

  private
    { Private declarations }
    [FrameInfo]
    FInfo: TFrameInfo<TCodeRageXFrame>;
  public
    { Public declarations }
    [BeforeShow]
    procedure MyBeforeShow;
  end;

 

Share this post


Link to post
10 hours ago, Remy Lebeau said:

The question was about the SQUARE brackets (Attribute), not the ANGLE brackets (Generic).

I know I was tired and english is not mother tongue that's the reason why I later removed my original post.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×