TDataLink class
- Inheritance
-
- Object
- TPersistent
- TDataLink
- Implementers
Constructors
Properties
- active → bool
-
no setter
- activeRecord ↔ int
-
getter/setter pair
- bof → bool
-
no setter
- bufferCount ↔ int
-
getter/setter pair
- dataSet → TDataSet?
-
no setter
- dataSource ↔ TDataSource?
-
getter/setter pair
- dataSourceFixed ↔ bool
-
getter/setter pair
- editing → bool
-
no setter
- eof → bool
-
no setter
- firstRecord ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- readOnly ↔ bool
-
getter/setter pair
- recordCount → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visualControl ↔ bool
-
getter/setter pair
Methods
-
activeChanged(
) → void -
assign(
TPersistent? source) → void -
inherited
-
assignTo(
TPersistent dest) → void -
inherited
-
calcFirstRecord(
int index) → int -
calcRange(
) → void -
checkActiveAndEditing(
) → void -
checkBrowseMode(
) → void -
dataEvent(
TDataEvent event, dynamic info) → void -
dataSetChanged(
) → void -
dataSetScrolled(
int distance) → void -
destroy(
) → void -
edit(
) → bool -
editingChanged(
) → void -
focusControl(
TFieldRef? field) → void -
free(
) → void -
layoutChanged(
) → void -
moveBy(
int distance) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordChanged(
TField? field) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateData(
) → void -
updateRecord(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited