Record.GetView([Boolean]) Method
Version: Available or changed with runtime version 1.0.
Gets a string that describes the current sort order, key, and filters on a table.
Syntax
String := Record.GetView([UseNames: Boolean])
Parameters
Record
Type: Record
An instance of the Record data type.
[Optional] UseNames
Type: Boolean
Indicates whether a reference to the field caption or the field number should be returned. If set to true (default value) or empty, then the returned string contains references to field captions in the table with which the record is associated. If a field doesn't have a caption, then the name is returned. If the parameter is set to false, then field numbers are used instead.
Return Value
String
Type: Text