Data.DB.TDataSetField Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_AddRefprotectedCalled when an application uses a component interface.
_ReleaseprotectedCalled when an application releases a component interface.
AccessErrorprotectedCreates en error message and returns an EDatabaseError exception.
AfterConstructionpublicResponds after the last constructor has executed.
AssignpublicCopies the Value property from another field component or assigns another object to the dataset field component.
AssignToprotectedCopies the properties of an object to a destination object.
AssignValuepublicSets the field value using one of the AsInteger, AsBoolean, AsString or AsFloat properties.
AsyncScheduleprotectedSchedules asynch method calls.
BeforeDestructionpublicPerforms any necessary actions before the first destructor is called.
BeginInvokepublicPerforms an asynchronous call to the method specified by either AProc or AFunc.
BindprotectedRefreshes or validates the lookup list.
CanObserveprotected
ChangeprotectedGenerates an OnChange event.
ChangeNameprotectedSets the private, internal storage for the Name property to the string passed in NewName.
CheckDisposedprotected
CheckInactiveprotectedChecks whether the dataset is inactive or not.
CheckTypeSizeprotectedPerforms no validation.
ClassInfopublicReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNamepublicReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIspublicDetermines whether an object is of a specific type.
ClassParentpublicReturns the type of the immediate ancestor of a class.
ClassTypepublicReturns the class reference for the object's class.
CleanupInstancepublicPerforms finalization on long strings, variants, and interface variables within a class.
ClearpublicSets the value of the field to NULL.
CopyData (deprecated)protectedCopies bytes of data from a given source to a given destination.
CreatepublicCreates and initializes a TDataSetField instance.
DataChangedprotectedGenerates a deFieldChange event.
DataSetMissingErrorprotectedRaises an EDatabaseError exception.
DefaultHandlerpublicProvides the interface for a method that processes message records.
DefinePropertiesprotectedStores the TObjectField unpublished data on a stream.
Destroypublic
DestroyComponentspublicDestroys all owned components.
DestroyingpublicIndicates that the component and its owned components are about to be destroyed.
DispatchpublicCalls message-handling methods for the object, based on the contents of the Message parameter.
DisposeOfpublicDisposeOf forces the execution of the destructor code in an object.
EndFunctionInvokepublicBlocks the caller until the specified ASyncResult completes.
EndInvokepublicBlocks the caller until the specified ASyncResult completes.
EqualspublicChecks whether the current instance and the Obj parameter are equal.
ExecuteActionpublicExecutes an action.
FieldAddresspublicReturns the address of a published object field.
FieldValueErrorprotectedRaises an EDatabaseError exception.
FindComponentpublicIndicates whether a given component is owned by the component.
FocusControlpublicForces a form's focus to the first data-aware component associated with the field object.
FreepublicDestroys an object and frees its associated memory, if necessary.
FreeBuffersprotectedFrees used buffers.
FreeInstancepublicDeallocates memory allocated by a previous call to the NewInstance method.
FreeNotificationpublicEnsures that AComponent is notified that the component is going to be destroyed.
FreeOnReleasepublicFrees the interface reference for components that were created from COM classes.
GetAsAnsiStringprotectedReturns the value of the field as an AnsiString.
GetAsBCDprotectedReturns the value of the field as a TBcd.
GetAsBooleanprotectedReturns the value of the field as a Boolean.
GetAsByteArrayprotectedReturns the value of the field as a Variant holding unformatted data.
GetAsBytesprotectedReturns the value of the field as TBytes.
GetAsCurrencyprotectedReturns the value of the field as a Currency.
GetAsDateTimeprotectedReturns the value of the field as a TDateTime.
GetAsExtendedprotectedReturns the value of the field as an Extended.
GetAsFloatprotectedReturns the value of the field as a Double.
GetAsGuidprotected
GetAsIntegerprotectedReturns the value of the field as an Integer.
GetAsLargeIntprotectedReturns the value of the field as an Int64.
GetAsLongWordprotected
GetAsSingleprotectedReturns the value of the field as a Single.
GetAsSQLTimeStampprotectedReturns the value of the field as a TSQLTimeStamp.
GetAsSQLTimeStampOffsetprotectedReturns the value of the field as a TSQLTimeStampOffset.
GetAsStringprotectedReturns the value of the field as a string.
GetAsVariantprotectedReturns the value of the field as a Variant.
GetAsWideStringprotectedReturns the value of the field as a WideString.
GetCanModifyprotectedReturns whether the field's contents can be modified.
GetChildOwnerprotectedReturns the owner of a child component being read from a stream.
GetChildParentprotectedReturns the parent or, if there is no parent, returns the owner of a child component being read from a stream.
GetChildrenpublicEnumerates all the owned fields that are also owned by the specified TComponent.
GetClassDescprotectedReturns the abbreviated class name of the field.
GetData (deprecated)publicReturns the unformatted data for the field.
GetDataSizeprotectedReturns the number of bytes required to store a field component's value.
GetDefaultWidthprotectedReturns the field's default width.
GetDeltaStreamsprotected
GetDisposedprotectedGetter for the Disposed property.
GetEnumeratorpublicReturns a TComponent enumerator.
GetFieldCountprotectedGets the number of the owned fields.
GetFieldNoprotectedReturns the ordinal position of the field's column in the underlying table or query result.
GetFieldsprotectedReturns a reference to a TFields object.
GetFieldValueprotectedGets a specific field value as a variant type.
GetHasConstraintsprotectedReturns whether the value of this field is constrained or the values of the owned fields are constrained.
GetHashCodepublicReturns an integer containing the hash code.
GetIDsOfNamesprotectedMaps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).
GetInterfacepublicRetrieves a specified interface.
GetInterfaceEntrypublicReturns the entry for a specific interface implemented in a class.
GetInterfaceTablepublicReturns a pointer to a structure containing all of the interfaces implemented by a given class.
GetIOSizeprotectedReturns the maximum number of bytes of the buffer.
GetIsNullprotectedReturns whether the field has data or not.
GetLookupListClassprotectedReturns the TLookupListClass data type.
GetNamePathpublicReturns a string used by the Object Inspector.
GetObserversprotectedGetter of Observers.
GetOwnerprotectedReturns the owner of a component.
GetParentComponentpublicReturns the component which directs the loading and saving of the field.
GetSizeprotectedReturns the size used in the definition of the physical database field for data types that support different sizes.
GetTextprotectedReturns the field's value as a string.
GetTypeInfoprotectedRetrieves the type information for an object.
GetTypeInfoCountprotectedReturns the number of type information interfaces that an object provides (either 0 or 1).
GetWideTextprotectedReturns the field's value as a UnicodeString.
HasParentpublicReturns true, indicating that field components act as part of a larger composite.
InheritsFrompublicDetermines the relationship of two object types.
InitInstancepublicInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InsertComponentpublicEstablishes the component as the owner of a specified component.
InstanceSizepublicReturns the size in bytes of each instance of the object type.
InvokeprotectedProvides access to Automation properties and methods when the component wraps an Automation object.
IsBlobpublicIndicates whether the field represents the data in a binary large object (BLOB) field.
IsImplementorOfpublicIndicates whether the component implements a specified interface.
IsValidCharpublicIndicates whether a particular character is valid for the field.
LoadedprotectedInitializes the component after the form file has been read into memory.
MethodAddresspublicReturns the address of a class method by name.
MethodNamepublicReturns the name of a class method by address.
NewInstancepublicAllocates memory for an instance of an object type and returns a pointer to that new instance.
NotificationprotectedNotifies that components are to be inserted to or removed from a form.
ObserverAddedprotected
operator []publicSets or gets a specific owned field.
operator ()publicC++ conversion of a TComponent into a System.Classes.IInterfaceComponentReference or a System.IInterface, depending on casting.
PaletteCreatedprotectedResponds when the component is created from the component palette.
PropertyChangedprotectedGenerates dataset change and layout change events.
QualifiedClassNamepublicReturns the qualified name of the class.
QueryInterfaceprotectedReturns a reference to a specified interface if the current component supports that interface.
ReadStateprotectedReads the state of the component.
ReferenceInterfacepublicEstablishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.
RefreshLookupListpublicLoads LookupList with all the values for LookupResultField that match distinct values of LookupKeyFields.
RemoveComponentpublicRemoves a specified component specified from the component's Components list.
RemoveFreeNotificationpublicDisables the destruction notification that was enabled by FreeNotification.
RemoveFreeNotificationsprotectedNotifies all owned components of the owner component's imminent destruction.
SafeCallExceptionpublicHandles exceptions in methods declared using the safecall calling convention.
SetAncestorprotectedClears or sets csAncestor state in the component's ComponentState property.
SetAsAnsiStringprotectedSets the value of the field with the given AnsiString value.
SetAsBCDprotectedSets the value of the field with the given TBcd value.
SetAsBooleanprotectedSets the value of the field with the given Boolean value.
SetAsByteArrayprotectedSets the value of the field with the given unformatted data passed-in as a Variant.
SetAsBytesprotectedSets the value of the field with the given unformatted data passed in as TBytes.
SetAsCurrencyprotectedSets the value of the field with the given Currency value.
SetAsDateTimeprotectedSets the value of the field with the given TDateTime value.
SetAsExtendedprotectedSets the value of the field with the given Extended value.
SetAsFloatprotectedSets the value of the field with the given Double value.
SetAsGuidprotected
SetAsIntegerprotectedSets the value of the field with the given Integer value.
SetAsLargeIntprotectedSets the value of the field with the given Int64 value.
SetAsLongWordprotected
SetAsSingleprotectedSets the value of the field with the given Single value.
SetAsSQLTimeStampprotectedSets the value of the field with the given TSQLTimeStamp value.
SetAsSQLTimeStampOffsetprotectedSets the value of the field with the given TSQLTimeStampOffset value.
SetAsStringprotectedSets the value of the field with the given string value.
SetAsVariantprotectedAttempts to set the value of the field with the given Variant value.
SetAsWideStringprotectedSets the value of the field with the given WideString value.
SetChildOrderprotectedSets the visual ordering of a child field.
SetData (deprecated)publicAssigns unformatted data to the field.
SetDataSetprotectedAdds the field to the specified dataset.
SetDataTypeprotectedSets the data type of the field's contents.
SetDesigningprotectedEnsures that components inserted at design time have their design-mode flag set.
SetDesignInstanceprotectedEnsures that components inserted at design time have their design-mode flag set.
SetFieldDefPropspublic
SetFieldKindprotectedSets the kind of the field and the kind of the owned fields with the given parameter.
SetFieldPropspublic
SetFieldTypepublicProvides the interface for a method that can set the DataType for the field.
SetFieldValueprotectedSets the owned field specified by Index with Value.
SetInlineprotectedSets the csInline bit of the component's ComponentState property.
SetNameprotectedSets the value of the Name property.
SetParentComponentpublicSets the parent component.
SetParentFieldprotectedSets the TObjectField from which the field is derived.
SetSizeprotectedSets the field's size.
SetSubComponentpublicIdentifies whether the component is a subcomponent.
SetTextprotectedSets the value of the field with the given string value.
SetUnNamedprotectedSets the UnNamed property of this object field.
SetVarValueprotectedSets the value of the owned fields with the elements of the given variant array.
SetWideTextprotectedSets the value of the field with the given UnicodeString value.
ToStringpublicReturns a string containing the class name.
UnitNamepublicReturns the name of the unit where the class is defined.
UnitScopepublicReturns the class's unit scope.
UpdateActionpublicUpdates the state of an action.
UpdatedprotectedClears the csUpdating state in the component's ComponentState property when the component finishes updating.
UpdateRegistryprotectedProvides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.
UpdatingprotectedSets the csUpdating state in the component's ComponentState property.
Validate (deprecated)publicGenerates an OnValidate event.
ValidateContainerprotectedDetermines whether an object can be inserted into a container.
ValidateInsertprotectedProvides the interface for a method that validates a child component before it is inserted.
ValidateRenameprotectedEnsures that renaming an owned component does not create a name conflict.
WriteStateprotectedWrites the state of the component.