The
Memo property is used to determine if an item is of type memo.
Remark: The item was created in the data model editor or through programming.
// Is the Customer.Photo item a memo item?
ResMemo = Customer.Photo.Memo
Syntax
<Result> = <Data file>.<Item>.Memo
<Result>: Boolean
- True if the item is a memo item,
- False otherwise.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.