[Lazarus] IDE Options implementation question
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun May 22 01:06:08 CEST 2011
On Sat, 21 May 2011 16:56:26 -0500
John Repucci <john.repucci at gmail.com> wrote:
> I would like to mimic the Lazarus IDE Options window for my program.
> Can anyone point me to an example with a similar implementation?
> What object is used on the left side and how is it populated?
A TTreeView.
See main.pp TMainIDE.DoOpenIDEOptions
> Is there a way I could open the editor or the IDE Options inside the Lazarus
> editor?
Open project ide/lazarus.lpi
Open file ide/ideoptionsdlg.pas
Mattias
More information about the Lazarus
mailing list