stacker_liew 5 Posted August 5, 2022 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 293 Posted August 5, 2022 (edited) Edit. Sorry it's late. Edited August 5, 2022 by Lajos Juhász 1 Share this post Link to post
FPiette 383 Posted August 5, 2022 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) 2 Share this post Link to post
Remy Lebeau 1394 Posted August 5, 2022 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 293 Posted August 6, 2022 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