Difference between revisions of "Template"
Jump to navigation
Jump to search
| (16 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. | |
| − | |||
| − | |||
== Properties == | == Properties == | ||
| − | + | {| | |
| + | | width="90" valign="top" | [[TName.Name | Name]] |||| Short description | ||
| + | |- | ||
| + | | 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. | ||
| + | |} | ||
== Methods == | == Methods == | ||
| − | + | {| | |
| + | | width="90" valign="top" | [[TName.Name | Name]] |||| Short description | ||
| + | |- | ||
| + | | valign="top" | [[TName.Name | Name]] |||| Short description | ||
| + | |} | ||
== Events == | == Events == | ||
| − | + | {| | |
| + | | width="90" valign="top" | [[TName.Name | Name]] |||| Short description | ||
| + | |- | ||
| + | | valign="top" | [[TName.Name | Name]] |||| Short description | ||
| + | |} | ||
== How to == | == How to == | ||
| − | + | [[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