stacker_liew 2 Posted August 5 Code Here private { Private declarations } [FrameInfo] FInfo: TFrameInfo<TCodeRageXFrame>; public { Public declarations } [BeforeShow] procedure MyBeforeShow; end; Share this post Link to post
Lajos Juhász 126 Posted August 5 (edited) Edit. Sorry it's late. Edited August 5 by Lajos Juhász 1 Share this post Link to post
FPiette 250 Posted August 5 Those values in square brackets are custom attributes. Have a look at the documentation : https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Declaring_Custom_Attributes_(RTTI) 1 Share this post Link to post
Remy Lebeau 803 Posted August 5 9 minutes ago, Lajos Juhász said: Generic type more information at https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Overview_of_Generics The question was about the SQUARE brackets (Attribute), not the ANGLE brackets (Generic). Share this post Link to post
Lajos Juhász 126 Posted August 6 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