Create a new instance of the TGUIDField class.
Source position: db.pas line 1201
| public constructor TGuidField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner for the new TGUIDField instance. | 
Create initializes a new instance of the TGUIDField class. It calls the inherited destructor, and then sets some TField properties to configure the instance for working with GUID values.
| 
 | Provide access to the contents of a single field in a record. |