[Lazarus] about infobuild form development
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Jun 19 15:24:50 CEST 2014
On Thu, 19 Jun 2014 11:37:19 +0300
FreeMan <freeman35 at delphiturkiye.com> wrote:
>[...]
> 1-) In compiler_config_target.pas, TargetOSComboBox &
> TargetCPUComboBox adding items, this can be in include file or public
> procedure, without class. For TargetCPUComboBox too.
> example:
> procedure TargetOSComboBox_Fill_Items(aItems : Tstringlist);
> begin
> aItems.Add('(' + lisDefault + ')');
> aItems.Add('Darwin');
> aItems.Add('FreeBSD');
>
> 2- I need this procedures too but out TCompilerConfigTargetFrame class
> procedure UpdateByTargetOS(aTargetOS: string);
> procedure UpdateByTargetCPU(aTargetCPU: string);
I moved those lists to codetools.
Mattias
More information about the Lazarus
mailing list