Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvMemo
How to check if a TAdvMemo is empty
How to check if a TAdvMemo is empty
You can use:
if (advmemo.Lines.RealCount = 0) then ...