DBAdapt.TDataSetAdapterMemoField 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.
AfterConstructionpublicResponds after the last constructor has executed.
AsFormattedprotectedReturns text used to generate a representation of the adapter field value.
AssignpublicCopies the contents of another similar object.
AssignToprotectedCopies the properties of an object to a destination object.
BeforeDestructionpublicPerforms any necessary actions before the first destructor is called.
CanObserveprotected
ChangeNameprotectedSets the private, internal storage for the Name property to the string passed in NewName.
CheckDisposedprotected
CheckModifyAccessprotectedChecks end-user rights to modify the adapter field value.
CheckOrigValueprotectedEnsures that the current value of this field is the same as the original value.
CheckOrUpdateValueprotectedCalled by ImplUpdateValue and by ImplCheckValueChange.
CheckValueChangeprotectedIndicates whether the current value of this field is the same as the original value.
CheckViewAccessprotectedChecks end-user rights to view the adapter field value.
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.
Createpublic
DefaultHandlerpublicProvides the interface for a method that processes message records.
DefinePropertiesprotectedDesignates methods for storing an object's unpublished data on a stream such as a form file.
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.
EqualspublicChecks whether the current instance and the parameter are equal.
ExecuteActionpublicExecutes an action.
FieldAddresspublicReturns the address of a published object field.
FindComponentpublicIndicates whether a given component is owned by the component.
FindFieldpublicReturns the dataset field whose value this adapter field represents.
FreepublicDestroys an object and frees its associated memory, if necessary.
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.
FullyQualifyInputNameprotectedIndicates whether references to this field in HTML forms must be qualified with the name of the parent adapter.
GetAdapterprotectedReturns the value of the Adapter property.
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.
GetChildrenprotectedEnumerates all child components.
GetContainerListprotectedReturns the TWebComponentList object that the Web parent uses to manage this and its other Web items.
GetDataSetprotectedReturns the dataset associated with this field's parent adapter.
GetDataSetFieldValueprotectedReturns the value of the associated dataset field.
GetDefaultDisplayLabelprotectedProvides the default display label for this adapter field.
GetDefaultFieldNameprotectedGets the default name used to reference this adapter field with server-side script.
GetDisplayLabelprotectedReturns the suggested display label for this adapter field.
GetDisplayStyleprotectedReturns a string value that suggests an HTML display style for this adapter field.
GetDisplayStyleTypeprotectedReturns the HTML display style type for this adapter field.
GetDisplayWidthprotectedReturns the suggested display width for this adapter field.
GetDisposedprotected
GetEchoActionFieldValueprotectedReturns the value of the echo flag.
GetEnumeratorpublicReturns a TComponent enumerator.
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).
GetInputNameprotectedIdentifies the name to use when generating an HTML input for this adapter field.
GetInputStyleprotectedReturns a string value that suggests an HTML editing style for this adapter field.
GetInputStyleTypeprotectedReturns htmliTextArea to indicate that this field should be represented by an HTML TextArea.
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.
GetKeyNameprotectedReturns the name of the associated dataset field if it appears in the index (key) that the parent dataset adapter uses.
GetKeyParamsprotectedReturns a list of fields that the parent dataset adapter uses to locate records, along with their current values in that adapter's dataset.
GetMaxLengthprotectedReturns the maximum length, in characters, that the user should be allowed to enter when entering a value for this adapter field.
GetNamePathpublicReturns a string used by the Object Inspector.
GetObserversprotected
GetOwnerprotectedReturns the owner of a component.
GetParentComponentpublicReturns the object that uses this component to generate HTML.
GetReadOnlyprotectedIndicates whether the adapter field represents a read-only database field.
GetRequiredprotectedIndicates whether the end-user must enter a value for this adapter field.
GetTypeInfoprotectedRetrieves the type information for an object.
GetTypeInfoCountprotectedReturns the number of type information interfaces that an object provides (either 0 or 1).
GetValueprotectedGets the value of this adapter field as a Variant.
GetVariableNameprotectedGets the name used to reference this adapter field with server-side script.
GetViewModeprotectedReturns a string value that indicates what function a control that represents this field should perform.
GetViewModeTypeprotectedReturns the view mode for the function a control that represents this field should perform.
GetVisibleprotectedIndicates whether the value of this adapter field should be displayed to the end-user.
GetWebSnapObjClassprotectedReturns the class type for this adapter field.
HasModifyAccessprotectedChecks the end-user's right to modify this adapter field.
HasParentpublicIndicates whether this component appears in another component's list of Web items.
HasViewAccessprotectedChecks the end-user's right to view this adapter field.
ImplAsFormattedprotectedReturns the text that is used to display a read only representation of the dataset field.
ImplCheckOrigValueprotectedProvides the underlying implementation for the CheckOrigValue method.
ImplCheckValueChangeprotectedIndicates whether the data was changed by the user.
ImplGetDisplayLabelprotectedProvides the underlying implementation for the GetDisplayLabel method.
ImplGetDisplayWidthprotectedProvides the underlying implementation for the GetDisplayWidth method.
ImplGetEchoActionFieldValueprotectedProvides the underlying implementation for the GetEchoActionFieldValue method.
ImplGetInputNameprotectedIdentifies the name to use when generating the HTML input for this adapter field.
ImplGetMaxLengthprotectedReturns the maximum length, in characters, that the user should be allowed to enter when entering a value for this adapter field.
ImplGetRequiredprotectedProvides the underlying implementation for the GetRequired method.
ImplGetValueprotectedReturns either the value of the associated dataset field as a Variant, or the last value entered by the end user.
ImplGetVariableNameprotectedGets the name used to reference this adapter field with server-side script.
ImplGetVisibleprotectedProvides the underlying implementation for the GetVisible method.
ImplHasModifyAccessprotectedChecks the end-user's right to modify this adapter field.
ImplHasViewAccessprotectedChecks the end-user's right to view this adapter field.
ImplSetEchoActionFieldValueprotectedProvides the underlying implementation for the SetEchoActionFieldValue method.
ImplSetFieldNameprotectedProvides the underlying implementation for the SetFieldName method.
ImplUpdateValueprotectedVerifies that the field has modify access rights, and if so updates the value for this TCustomDataSetAdapterMemoField.
ImplValidateValueprotectedProvides the underlying implementation for the ValidateValue method.
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.
IsDefaultFieldprotectedIndicates whether this component represents a Web item that is used by default when the parent's set of Web items is not explicitly assigned.
IsImplementorOfpublicIndicates whether the component implements a specified interface.
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.
NotificationprotectedForwards notification messages to all owned components.
ObserverAddedprotected
operator ()public
PaletteCreatedprotectedResponds when the component is created from the component palette.
ParentChangedprotectedHandles movement of the component to a different parent.
PrepareDataSetprotectedResponds when the parent dataset adapter prepares its dataset.
QualifiedClassNamepublicReturns the qualified name of the class.
QueryInterfaceprotectedReturns a reference to a specified interface if the current component supports that interface.
ReadStateprotectedReads the component's published properties, stored data, and owned components from a reader object.
ReferenceInterfacepublicEstablishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.
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.
SetChildOrderprotectedSets the visual ordering of a child control.
SetDataSetFieldprotectedSets the value of the DataSetField property.
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.
SetEchoActionFieldValueprotectedSets the echo flag for this adapter field.
SetFieldNameprotectedSets the name that is used to reference this adapter field with server-side script.
SetInlineprotectedSets the csInline bit of the component's ComponentState property.
SetNameprotectedSets the value of the Name property.
SetParentComponentprotectedSets the WebParent property to be the same as this component's parent.
SetSubComponentpublicIdentifies whether the component is a subcomponent.
SetWebParentprotectedSets the value of the WebParent property.
TestValueChangeprotectedChecks whether a new value matches the current value of this field.
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.
UpdateValueprotectedUpdates the adapter field when the user assigns a new value.
UpdatingprotectedSets the csUpdating state in the component's ComponentState property.
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.
ValidateValueprotectedValidates a new value for this field that appears in the current request.
WriteStateprotectedWrites the state of the component.


Personal tools
Translations