docs: MiniIDE2

git-svn-id: trunk@25603 -
This commit is contained in:
dodi 2010-05-24 13:07:31 +00:00
parent 14ff05b99b
commit d855825819
3 changed files with 29 additions and 0 deletions

1
.gitattributes vendored
View File

@ -2862,6 +2862,7 @@ examples/dockmanager/README.txt svneol=native#text/plain
examples/dockmanager/docs/easydocksite.xml svneol=LF#text/xml eol=lf
examples/dockmanager/docs/fdockbook.xml svneol=LF#text/xml eol=lf
examples/dockmanager/docs/ffloatingsite.xml svneol=LF#text/xml eol=lf
examples/dockmanager/docs/fminiide2.xml svneol=LF#text/xml eol=lf
examples/dockmanager/docs/umakesite.xml svneol=LF#text/xml eol=lf
examples/dockmanager/easyedit/easyeditor.lpi svneol=native#text/plain
examples/dockmanager/easyedit/easyeditor.lpr svneol=native#text/plain

View File

@ -0,0 +1,27 @@
<?xml version="1.0"?>
<fpdoc-descriptions>
<package name="MiniIDE2">
<module name="fMiniIde2">
<element name="TMainBar.FormCreate">
<short>Sample application startup code.</short>
<descr>A DockMaster is created, OnSave and OnRestore handlers are added to it, and an elastic docksite is added to the main form.</descr>
</element>
<element name="TMainBar">
<short>This sample application main form demonstrates the instrumentation of an application for persistent docked layouts.</short>
</element>
<element name="TMainBar.OnReloadControl">
<short>OnRestore handler for the DockMaster.</short>
<descr>
<p>This handler serves two purposes: it creates multiple instances of (dummy) forms of the same class type, and reopens the files stored in a notebook.</p>
</descr>
</element>
<element name="TMainBar.OnSaveControl">
<short>OnSave handler for the DockMaster.</short>
<descr>
<p>For all TViewWindows a special descriptor string is created, that is recognized and handled in the OnRestore handler.</p>
<p>EditBooks do their own streaming of the open files, here their SaveToStream method is called with a StringStream.</p>
</descr>
</element>
</module>
</package>
</fpdoc-descriptions>

View File

@ -11,6 +11,7 @@
<Title Value="MiniIDE2"/>
<UseXPManifest Value="True"/>
</General>
<LazDoc Paths="..\docs"/>
<VersionInfo>
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
</VersionInfo>