Methods of class TDataFieldBase

class TDataFieldBase | Constructors | Properties | All Members


Public Methods

public procedure FreeInstance;

Serves as a hash function for a particular type. M:System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public function GetHashCode: Integer;

Gets a value indicating whether this instance has value.
public function HasValue: Boolean;

Gets the FieldInfo of this instance.
public function INFO: TFieldInfo;

Gets a value indicating whether the value of this instance is modified.
public function IsModified: Boolean;

Gets a value indicating whether the value of this instance is null.
public function IsNull: Boolean;

Gets a value indicating whether the value of this instance is null or empty.
public function IsNullOrEmpty: Boolean;