[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Field class for widestring data
Source position: db.pas line 494
type TWideStringField = class(TStringField) end; |
||
public |
||
constructor Create(); override; |
|
Create a new instance of the TWideStringField class. |
procedure SetFieldType(); override; |
|
Set the field type |
property Value: WideString; [rw] |
|
Value of the field as a widestring |
|
Field class for widestring data |
|
| | ||
|
Field class to handle ansistring fields |
|
| | ||
|
Provide access to the contents of a single field in a record |
|
| | ||
| | ||
| | ||
TWideStringField is the string field class instantiated for fields of data type ftWideString. This class overrides some of the standard TField methods to handle widestring data, and introduces some properties that are only pertinent for data fields of widestring type. It should never be necessary to create an instance of TWideStringField manually, a field of this class will be instantiated automatically for each widestring field when a dataset is opened.
|
Provide access to the contents of a single field in a record |
|
|
Field class to handle ansistring fields |
|
|
Base class for records-based data-access |