Delphi: Design-Time Component Name Limited to 63 characters
Delphi: Design-Time Component Name Limited to 63 characters
I've ran into this before, but have always just truncated my component-names to 63 characters. I have a condition now in which I'd like to give a longer-name to the component.
However, it appears that it won't let you input more than 63 characters for the "name". I would assume this is a 63+NULL, which is 64. A nice round number, but an odd round number no? Is there anyway to get around a 63 max-length for the name property?
Attached is a little video showing an attempt to set more than 63 characters:
a12345678901234567890123456789012345678901234567890123456789012
Lars Fosdal I count 78. I take it this was just in source and not the Object-Inspector.
ReplyDeleteInvented while posting :P
ReplyDeleteVin Colgin you better use Frames to avoid a big unit, or just set the main form as the Parent of the other forms to keep them on a single Window.
ReplyDelete