Record.FieldNames
Zwraca nazwy pól.
Syntax
Record.FieldNames(
record as record
) as list
Remarks
Zwraca nazwy pól w rekordzie record
jako tekst.
Examples
Example #1
Znajdź nazwy pól w rekordzie.
Record.FieldNames([OrderID = 1, CustomerID = 1, Item = "Fishing rod", Price = 100.0])
Result:
{"OrderID", "CustomerID", "Item", "Price"}
Category
Record.Selection