|
|
|
|
|
Binary (Property) In french: Binaire
Available only with these kinds of connection
The Binary property is used to determine if an item is binary. This property is read-only. Remark: The following items are considered as being binary items: - binary string,
- binary memo,
- composite key.
// Is the Customer.Photo item a text memo or a binary memo? ResBinary = Customer.Photo.Binary
Syntax
<Result> = <Data file>.<Item>.Binary
<Result>: Boolean - True if the item is a binary item,
- False otherwise.
<Data file>: Character string Logical name of the data file used. <Item>: Character string Name of the item used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|