[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for MEMO (text BLOB) field data
Source position: db.pas line 914
type TMemoField = class(TBlobField) end; |
||
public |
||
constructor Create(); override; |
|
Create a new instance of the TMemoField class |
published |
||
property Transliterate: Boolean; |
|
Should the contents of the field be transliterated |
|
Base class for MEMO (text BLOB) field data |
|
| | ||
|
Base class for BLOB field data |
|
| | ||
|
Provide access to the contents of a single field in a record |
|
| | ||
| | ||
| | ||
TMemoField is the class used when a dataset must manage memo (Text BLOB) data. (TField.DataType equals ftMemo). It initializes some of the properties of the TField class. All methods to be able to work with memo fields have been implemented in the TBlobField parent class.
It should never be necessary to create an instance of TMemoField manually, a field of this class will be instantiated automatically for each memo field when a dataset is opened.
|
Base class for records-based data-access |
|
|
Provide access to the contents of a single field in a record |
|
|
Base class for BLOB field data |
|
|
Field class for wide MEMO (widestring text BLOB) field data |
|
|
Field class for graphical BLOB field data |