stacker_liew 2 Posted Friday at 05:29 PM 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 Friday at 06:46 PM (edited) Edit. Sorry it's late. Edited Friday at 06:52 PM by Lajos Juhász 1 Share this post Link to post
FPiette 249 Posted Friday at 06:50 PM 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 801 Posted Friday at 06:56 PM 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 Saturday at 05:39 AM 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