Show: Delphi C++
Display Preferences

TIntegerField Inherited Members

From XE2 API Documentation
Jump to: navigation, search



Contents

Data.DB.TNumericField

Alignment
CreateCreates an instance of a TNumericField object.
Destroy
DisplayFormatDetermines how a numeric field's value is formatted for display in a data-aware control.
EditFormatDetermines how a numeric field's value is formatted when it is being edited in a data-aware control.
RangeErrorRaises a data range error exception.
SetDisplayFormatAlters the way numerical data is displayed in a field.
SetEditFormatSets how a numeric field's value is formatted when it is being edited in a data-aware control.

Data.DB.TField

AccessErrorCreates en error message and returns an EDatabaseError exception.
AlignmentDetermines how the field's data is displayed within a data-aware control.
AsAnsiStringRepresents the field's value as an AnsiString.
AsBCDRepresents the field's value as a TBcd value.
AsBooleanRepresents the field's value as a boolean value.
AsBytesRepresents the field's value as an array of bytes.
AsCurrencyRepresents the field's value as a Currency value.
AsDateTimeRepresents the field's value as a TDateTime value.
AsExtendedRepresents the field's value as a high-precision floating-point number.
AsFloatRepresents the field's value as a double value.
AsIntegerRepresents the field's value as a 32-bit integer.
AsLargeIntRepresents the field value as a large integer.
AsSQLTimeStampRepresents the field's value as a TSQLTimeStamp.
AsSQLTimeStampOffsetRepresents the field's value as a highly accurate date-time value.
AsSingleRepresents the field's value as a Single floating-point number.
AsStringRepresents the field's value as a string (Delphi) or an AnsiString (C++).
AsVariantRepresents the Value of the field as a Variant.
AsWideStringRepresents the field's value as a WideString.
AssignCopies the Value property from another field component or assigns another object to the field component.
AssignValueSets the field value using one of the AsInteger, AsBoolean, AsString or AsFloat properties.
AttributeSetSpecifies the name of an attribute set in the data dictionary to apply to the field component.
AutoGenerateValueIndicates whether the field values can be generated by the server rather than entered by the user.
BindVerifies whether the field is a lookup field and refreshes or validates the lookup list.
CalculatedDetermines whether the value of the field is calculated by the OnCalcFields event handler of its dataset.
CanModifySpecifies whether a field can be modified.
ChangeGenerates an OnChange event.
CheckInactiveChecks whether the dataset is inactive or not.
CheckTypeSizePerforms the validation of a field's size.
ClearSets the value of the field to NULL.
ConstraintErrorMessageSpecifies a customized error message that appears when the user tries to set a value that violates the data constraints of the field.
CopyDataCopies bytes of data from a given source to a given destination.
CreateCreates and initializes a field component.
CurValueRepresents the current value of the field component including changes made by other users of the database.
CustomConstraintSpecifies an SQL string the enforces any application-specific constraints on the field's value.
DataChangedGenerates a deFieldChange event.
DataSetIdentifies the dataset to which a field component belongs.
DataSizeIndicates the amount of memory needed to store a field component's value.
DataTypeIdentifies the data type of the field component.
DefaultExpressionSpecifies an SQL expression that is assigned to the field if the user does not provide a value.
DefinePropertiesDesignates a method for storing TField unpublished data on a stream such as a form file.
DestroyDestroys an instance of TField.
DisplayLabelContains the text to display in the corresponding column heading of a data grid.
DisplayNameRepresents the name of the field for display purposes.
DisplayTextRepresents the field's value as it is displayed in a data-aware control.
DisplayWidthSpecifies the number of characters that should be used to display a field's value by a cooperating data-aware control.
EditMaskContains a mask that restricts the data that can be entered into a data field.
EditMaskPtrProvides read-only access to the EditMask property.
FieldKindIndicates whether a field represents a column in a dataset, a calculated field, or a lookup field.
FieldNameIndicates the name of the physical column in the underlying table or query result to which a field component is bound.
FieldNoIndicates the ordinal position of the field's column in the underlying table or query result.
FocusControlForces a form's focus to the first data-aware component associated with the field object.
FreeBuffersFrees used buffers.
FullNameIndicates the field name qualified by the full name of the parent field, if any.
GetAsAnsiStringReturns the value of the field as an AnsiString.
GetAsBCDReturns the value of the field as a TBcd.
GetAsBooleanReturns the value of the field as a Boolean.
GetAsByteArrayReturns the value of the field as a Variant holding unformatted data.
GetAsBytesReturns the value of the field as TBytes.
GetAsCurrencyReturns the value of the field as a Currency.
GetAsDateTimeReturns the value of the field as a TDateTime.
GetAsExtendedReturns the value of the field as an Extended.
GetAsFloatReturns the value of the field as a Double.
GetAsIntegerReturns the value of the field as an Integer.
GetAsLargeIntReturns the value of the field as an Int64.
GetAsSQLTimeStampReturns the value of the field as a TSQLTimeStamp.
GetAsSQLTimeStampOffsetReturns the value of the field as a TSQLTimeStampOffset.
GetAsSingleReturns the value of the field as a Single.
GetAsStringReturns the value of the field as a string.
GetAsVariantReturns the value of the field as a Variant.
GetAsWideStringReturns the value of the field as a WideString.
GetCanModifyReturns whether the field's contents can be modified.
GetClassDescReturns the abbreviated class name of the field.
GetDataReturns the unformatted data for the field.
GetDataSizeReturns the number of bytes required to store a field component's value.
GetDefaultWidthReturns the field's default width.
GetFieldNoReturns the ordinal position of the field's column in the underlying table or query result.
GetHasConstraintsReturns whether field values are constrained.
GetIsNullReturns whether the field has data or not.
GetLookupListClassReturns the TLookupListClass data type.
GetParentComponentReturns the component which directs the loading and saving of the field.
GetSizeReturns the size used in the definition of the physical database field for data types that support different sizes.
GetTextReturns the field's value as a string.
GetWideTextReturns the field's value as a UnicodeString.
HasConstraintsIndicates whether field values are constrained.
HasParentReturns true, indicating that field components act as part of a larger composite.
ImportedConstraintRepresents an SQL clause that enforces constraints stored on the server.
IndexSpecifies the field component's index in the Fields property of the dataset.
IsBlobIndicates whether the field represents the data in a binary large object (BLOB) field.
IsIndexFieldIndicates whether a field is an index field.
IsNullIndicates whether the field has a value assigned to it.
IsValidCharIndicates whether a particular character is valid for the field.
KeyFieldsIdentifies the field or fields in the dataset that must be matched in a lookup dataset when doing a lookup.
LookupDetermines whether the field is specified as a lookup field.
LookupCacheDetermines whether the values of a lookup field are cached or looked up dynamically every time the current record in the dataset changes.
LookupDataSetIdentifies the dataset used to look up field values.
LookupKeyFieldsIdentifies the field or fields in the lookup dataset to match when doing a lookup.
LookupListIndicates a cache of values from the LookupDataSet indexed by a set of values from the KeyFields property.
LookupResultFieldIdentifies the field from the lookup dataset whose value becomes the Value property of the field component.
NewValueRepresents the current value of the field component including pending cached updates.
NotificationNotifies that components are to be inserted to or removed from a form.
OffsetIndicates the number of bytes added to the end of the current record buffer in the dataset for storing cached values (for calculated fields or BLOB fields).
OldValueRepresents the original value of the field (as a Variant).
OnChangeOccurs immediately after the data in the field is written to the record buffer.
OnGetTextOccurs when the DisplayText or Text property of the field is referenced.
OnSetTextOccurs when the Text property is assigned a value.
OnValidateOccurs just before the data is written to the record buffer.
OriginIndicates the name of the field in its original database table.
ParentFieldSpecifies the TObjectField object from which this field is derived.
PropertyChangedGenerates dataset change and layout change events.
ProviderFlagsSpecifies how a provider uses the field value when applying updates.
ReadOnlyDetermines whether the field can be modified.
ReadStateReads the state of the component.
RefreshLookupListLoads LookupList with all the values for LookupResultField that match distinct values of LookupKeyFields.
RequiredSpecifies whether a nonblank value for a field is required.
SetAsAnsiStringSets the value of the field with the given AnsiString value.
SetAsBCDSets the value of the field with the given TBcd value.
SetAsBooleanSets the value of the field with the given Boolean value.
SetAsByteArraySets the value of the field with the given unformatted data passed-in as a Variant.
SetAsBytesSets the value of the field with the given unformatted data passed in as TBytes.
SetAsCurrencySets the value of the field with the given Currency value.
SetAsDateTimeSets the value of the field with the given TDateTime value.
SetAsExtendedSets the value of the field with the given Extended value.
SetAsFloatSets the value of the field with the given Double value.
SetAsIntegerSets the value of the field with the given Integer value.
SetAsLargeIntSets the value of the field with the given Int64 value.
SetAsSQLTimeStampSets the value of the field with the given TSQLTimeStamp value.
SetAsSQLTimeStampOffsetSets the value of the field with the given TSQLTimeStampOffset value.
SetAsSingleSets the value of the field with the given Single value.
SetAsStringSets the value of the field with the given string value.
SetAsVariantAttempts to set the value of the field with the given Variant value.
SetAsWideStringSets the value of the field with the given WideString value.
SetAutoGenerateValueSets whether the field values can be generated by the server rather than entered by the user.
SetDataAssigns unformatted data to the field.
SetDataSetAdds the field to the specified dataset.
SetDataTypeSets the data type of the field's contents.
SetFieldKindSets the field's kind according to the given parameter.
SetFieldTypeProvides the interface for a method that can set the DataType for the field.
SetParentComponentSets the parent component.
SetParentFieldSets the TObjectField from which the field is derived.
SetSizeSets the field's size.
SetTextSets the value of the field with the given string value.
SetVarValueSets the value of the field with the given Variant value.
SetWideTextSets the value of the field with the given UnicodeString value.
SizeIndicates the size used in the definition of the physical database field for data types that support different sizes.
TextContains the string to display in a data-aware control when the field is in edit mode.
ValidCharsSpecifies the characters that can be included in the text representation of the field's value.
ValidateGenerates an OnValidate event.
ValueRepresents the data in a field component.
VisibleDetermines whether the field appears in a data grid.

System.Classes.TComponent

BeforeDestructionPerforms any necessary actions before the first destructor is called.
CanObserve
ChangeNameSets the private, internal storage for the Name property to the string passed in NewName.
ComObjectSpecifies the interface reference implemented by the component.
ComponentCountIndicates the number of components owned by the component.
ComponentIndexIndicates the position of the component in its owner's Components property array.
ComponentStateDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStyleGoverns the behavior of the component.
ComponentsLists all components owned by the component.
CreateAllocates memory and constructs a safely initialized instance of a component.
DefinePropertiesDesignates methods for storing an object's unpublished data on a stream such as a form file.
DesignInfoContains information used by the Form designer.
DestroyDisposes of the component and its owned components.
DestroyComponentsDestroys all owned components.
DestroyingIndicates that the component and its owned components are about to be destroyed.
ExecuteActionExecutes an action.
FComponentStyleFComponentStyle is the field of the ComponentStyle read-only property.
FindComponentIndicates whether a given component is owned by the component.
FreeNotificationEnsures that AComponent is notified that the component is going to be destroyed.
FreeOnReleaseFrees the interface reference for components that were created from COM classes.
GetChildOwnerReturns the owner of a child component being read from a stream.
GetChildParentReturns the parent or, if there is no parent, returns the owner of a child component being read from a stream.
GetChildrenEnumerates all child components.
GetEnumeratorReturns a TComponent enumerator.
GetIDsOfNamesMaps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).
GetNamePathReturns a string used by the Object Inspector.
GetObservers
GetOwnerReturns the owner of a component.
GetParentComponentReturns the containing component.
GetTypeInfoRetrieves the type information for an object.
GetTypeInfoCountReturns the number of type information interfaces that an object provides (either 0 or 1).
HasParentVerifies whether the component has a parent.
InsertComponentEstablishes the component as the owner of a specified component.
InvokeProvides access to Automation properties and methods when the component wraps an Automation object.
IsImplementorOfIndicates whether the component implements a specified interface.
LoadedInitializes the component after the form file has been read into memory.
NameSpecifies the name of the component as referenced in code.
NotificationForwards notification messages to all owned components.
ObserverAdded
Observers
OwnerIndicates the component that is responsible for streaming and freeing this component.
PaletteCreatedResponds when the component is created from the component palette.
QueryInterfaceReturns a reference to a specified interface if the object supports that interface.
ReadStateReads the state of the component.
ReferenceInterfaceEstablishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.
RemoveComponentRemoves a specified component specified from the component's Components list.
RemoveFreeNotificationDisables the destruction notification that was enabled by FreeNotification.
RemoveFreeNotificationsNotifies all owned components of the owner component's imminent destruction.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
SetAncestorClears or sets csAncestor state in the component's ComponentState property.
SetChildOrderSets the visual ordering of a child control.
SetDesignInstanceEnsures that components inserted at design time have their design-mode flag set.
SetDesigningEnsures that components inserted at design time have their design-mode flag set.
SetInlineSets the csInline bit of the component's ComponentState property.
SetNameSets the value of the Name property.
SetParentComponentSets the parent component.
SetSubComponentIdentifies whether the component is a subcomponent.
TagStores a NativeInt integral value as a part of a component.
UpdateActionUpdates the state of an action.
UpdateRegistryProvides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.
UpdatedClears the csUpdating state in the component's ComponentState property when the component finishes updating.
UpdatingSets the csUpdating state in the component's ComponentState property.
VCLComObjectRepresents information used internally by components that support COM.
ValidateContainerDetermines whether an object can be inserted into a container.
ValidateInsertProvides the interface for a method that validates a child component before it is inserted.
ValidateRenameEnsures that renaming an owned component does not create a name conflict.
WriteStateWrites the state of the component.
_AddRefCalled when an application uses a component interface.
_ReleaseCalled when an application releases a component interface.
operator ()C++ conversion of a TComponent into a System.Classes.IInterfaceComponentReference or a System.IInterface, depending on casting.

System.Classes.TPersistent

AssignCopies the contents of another similar object.
AssignToCopies the properties of an object to a destination object.
Create
DefinePropertiesProvides an interface for a method that reads and writes otherwise unpublished data.
DestroyDestroys the TPersistent instance and frees its memory.
GetNamePathReturns the name of the object as it appears in the Object Inspector.
GetOwnerReturns the owner of an object.

System.TObject

AfterConstructionResponds after the last constructor has executed.
BeforeDestructionResponds before the first destructor executes.
ClassInfoReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNameReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIsDetermines whether an object is of a specific type.
ClassParentReturns the type of the immediate ancestor of a class.
ClassTypeReturns the class reference for the object's class.
CleanupInstancePerforms finalization on long strings, variants, and interface variables within a class.
CreateConstructs an object and initializes its data before the object is first used.
DefaultHandlerProvides the interface for a method that processes message records.
DestroyDisposes of an object instance.
DispatchCalls message-handling methods for the object, based on the contents of the Message parameter.
EqualsChecks whether the current instance and the parameter are equal.
FieldAddressReturns the address of a published object field.
FreeDestroys an object and frees its associated memory, if necessary.
FreeInstanceDeallocates memory allocated by a previous call to the NewInstance method.
GetHashCodeReturns an integer containing the hash code.
GetInterfaceRetrieves a specified interface.
GetInterfaceEntryReturns the entry for a specific interface implemented in a class.
GetInterfaceTableReturns a pointer to a structure containing all of the interfaces implemented by a given class.
InheritsFromDetermines the relationship of two object types.
InitInstanceInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizeReturns the size in bytes of each instance of the object type.
MethodAddressReturns the address of a class method by name.
MethodNameReturns the name of a class method by address.
NewInstanceAllocates memory for an instance of an object type and returns a pointer to that new instance.
QualifiedClassNameReturns the qualified name of the class.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
ToStringReturns a string containing the class name.
UnitNameReturns the name of the unit where the class is defined.
UnitScopeReturns the class's unit scope.


Personal tools
Previous Versions
Translations