JournalLineMemo Property
Memo for this line.
Syntax
char* GetJournalLineMemo(int iJournalLineIndex);
int SetJournalLineMemo(int iJournalLineIndex, char* lpszJournalLineMemo);
Default Value
""
Remarks
Memo for this line.
A memo for this debit or credit line.
The size of the array is controlled by the JournalLineCount property.
This property is not available at design time.
Data Type
String