Hi, some components (like TLabel) have ellipsis button [...] in Object Inspector that allows multi-line editing while other components don't (TButton). How OI distinguishes it, since both have the same declaration (TControl.Caption: TCaption)? What should I do when want multi-line string composite editor for my component? Thanks.