Difference between revisions of "Template"
Jump to navigation
Jump to search
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Main_Page | Main page]] -> [[ICS_Components_Reference | ICS component reference]] -> [[Template | Edit new component]] | ||
+ | |||
== Overview == | == Overview == | ||
− | + | {| | |
− | + | | '''unit''' |||| OverbyteIcsCoffee.pas | |
− | + | |- | |
+ | | '''inheritance''' |||| TComponent -> TCustomCoffee -> TCoffee | ||
+ | |} | ||
TCoffee component is implementing the Coffee protocol described in RFC [http://rfc.net/rfcxxx.html xxx] and RFC [http://rfc.net/rfcxxx.html xxx]. The Coffee protocol is used to keep on programming. | TCoffee component is implementing the Coffee protocol described in RFC [http://rfc.net/rfcxxx.html xxx] and RFC [http://rfc.net/rfcxxx.html xxx]. The Coffee protocol is used to keep on programming. | ||
Line 9: | Line 13: | ||
{| | {| | ||
− | | [[TName.Name | Name]] |||| Short description | + | | width="90" valign="top" | [[TName.Name | Name]] |||| Short description |
|- | |- | ||
− | | [[TName. | + | | valign="top" | [[TName.SecondName | SecondName]] |||| Long description of this property. I can take several lines to describe a property. This is a property with a long description. The description is indeed quite long. |
|} | |} | ||
Line 17: | Line 21: | ||
{| | {| | ||
− | | [[TName.Name | Name]] |||| Short description | + | | width="90" valign="top" | [[TName.Name | Name]] |||| Short description |
|- | |- | ||
− | | [[TName.Name | Name]] |||| Short description | + | | valign="top" | [[TName.Name | Name]] |||| Short description |
|} | |} | ||
Line 25: | Line 29: | ||
{| | {| | ||
− | | [[TName.Name | Name]] |||| Short description | + | | width="90" valign="top" | [[TName.Name | Name]] |||| Short description |
|- | |- | ||
− | | [[TName.Name | Name]] |||| Short description | + | | valign="top" | [[TName.Name | Name]] |||| Short description |
|} | |} | ||
Line 33: | Line 37: | ||
[[TName.HowTo.Title | Title]] | [[TName.HowTo.Title | Title]] | ||
+ | |||
+ | {{Components_Footer}} |
Latest revision as of 20:10, 17 January 2016
Main page -> ICS component reference -> Edit new component
Contents
Overview
unit | OverbyteIcsCoffee.pas | |
inheritance | TComponent -> TCustomCoffee -> TCoffee |
TCoffee component is implementing the Coffee protocol described in RFC xxx and RFC xxx. The Coffee protocol is used to keep on programming.
Properties
Name | Short description | |
SecondName | Long description of this property. I can take several lines to describe a property. This is a property with a long description. The description is indeed quite long. |
Methods
Name | Short description | |
Name | Short description |
Events
Name | Short description | |
Name | Short description |
How to