[Lazarus] Ok I give up!

Juha Manninen juha.manninen62 at gmail.com
Sat Mar 2 13:21:14 CET 2013


On Sat, Mar 2, 2013 at 2:05 PM, appjaws <lazarus at appjaws.plus.com> wrote:
> Another thing how can I find out legal qualifiers i.e. Memo.Clear ,
> Memo.Text (both illegal). What is legal?

See Memo.Lines.
It has Clear and Text and everything that TStrings supports.

How to find it? With a new component I usually look at its properties
in Object Inspector, and use the code completion feature of the IDE to
see available methods.
Usually their names are intuitive and self documenting. For example
Memo.Lines is pretty clear.
If I don't find what I wanted then I must read documentation or use Google.

Regards,
Juha




More information about the Lazarus mailing list