#include <Field.h>
Inheritance diagram for rtl::Field:
Public Member Functions | |
AssignableT< ARFieldInfoStruct > & | operator= (const ARFieldInfoStruct &src) |
Assign an AR System C API structure to this class. |
A Field contains the definitions of a field on a form. It is equivalent to an ARFieldInfoStruct. Unlike the C API, the RTL calls to get a field definition return a Field object rather than the individual pieces (e.g. ARValueStruct for default value, ARPermissionList for permission, etc.). You still have the flexibility of asking for only specific properties by passing a bitmask to Server::getField (or Server::getMultipleFields). Likewise, when saving a field, you can specify which properties should be updated using a bitmask.
|
Assign an AR System C API structure to this class. The structure is copied in its entirety, with no dependence on the C API structure once the operation is complete. Implements rtl::AssignableT< ARFieldInfoStruct >. |