[Lazarus] Need help to get IDE forms object

leledumbo leledumbo_cool at yahoo.co.id
Mon Jul 23 02:47:53 CEST 2012


> Or do it manually: 
Connect the event LazarusIDE.AddHandlerOnIDERestoreWindows. 
In this event create the forms you need at start up: 

    AForm:=IDEWindowCreators.GetForm(FormName,true); 

The FormName is one of 'MessagesView', 'CodeExplorerView', 
'ProjectInspector', 'ObjectInspectorDlg'. 

AHA! I hope this is the correct one, I'll try soon.



--
View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Need-help-to-get-IDE-forms-object-tp4024867p4024889.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.




More information about the Lazarus mailing list