[Lazarus] Build/Rebuild lazarus with components

Kjow antispammoni at gmail.com
Mon Jan 18 00:17:34 CET 2010


On Sun, 10 Jan 2010 18:40:49 +0200
Juha Manninen <juha.manninen at phnet.fi> wrote:

>[...]
>   IDECommandStrs: array[0..198] of TIdentMapEntry = (
>     // search
>     (Value: ecFind;                     Name: 'ecFind'),
>     (Value: ecFindAgain;                Name: 'ecFindAgain'),
>...

Why create a fixed array for this?
These items are registered, so you can do:

IDECommandList.FindIDECommand(ecFind).Name


Mattias




More information about the Lazarus mailing list