Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of display function of a method.
Syntax
public DisplayFunctionType displayType()
Run On
Called
Return Value
Type: DisplayFunctionType Enumeration
A DisplayFunctionType enumeration value that indicates the display function type of a method.
Remarks
The following table lists the possible values that are returned by the displayType method.
Get |
The method is a display method. |
None |
The method is not a display or edit method. |
RecordGet |
The method retrieves a record. |
RecordSet |
The method sets a record. |
Set |
The method is an edit method. |