[Overview][Classes][Procedures and functions][Index] Reference for unit 'DBActns' (#lcl)

TDataSetFirst

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TDataSetFirst moves to first record in the DataSet.

Declaration

Source position: dbactns.pp line 43

type TDataSetFirst = class(TDataSetAction)

public

  procedure ExecuteTarget(); override;

  

Retrieves the dataset for the target datasource and calls its First method.

  procedure UpdateTarget(); override;

  

Enables or disables the action based on the state of the dataset in the target.

published

  property DataSource: TDataSource;

  

DataSource with the dataset for the action.

end;

Inheritance

TDataSetFirst

  

TDataSetFirst moves to first record in the DataSet.

|

TDataSetAction

  

TDataSetAction is the base class for all other standard TDataSet actions.

|

TAction

  

TAction is the basic action object used in the LCL.

|

TCustomAction

  

TCustomAction is the ancestor class for TAction.

|

TContainedAction

  

Implements an Action class which has a category and parent action list.

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

TDataSetFirst is a TDataSetAction descendant which moves to the first record in the dataset for a DataSource. TDataSetFirst can be added to an action list and assigned to controls which perform the corresponding action.

TDataSetFirst publishes the DataSource property which explicitly declares the target for the database action. The DataSource may be determined by examining a data-aware control which used the database action, and passed an an argument to the UpdateTarget and HandlesTarget methods.

See also

TDataSetLast

  

TDataSetLast moves to last record in the DataSet.

TDataSetNext

  

TDataSetNext moves to next record in the DataSet.

TDataSetPrior

  

TDataSetPrior moves to previous record in the DataSet.

TDataSetRefresh

  

TDataSetRefresh refreshes the DataSet.

TDataSetCancel

  

TDataSetCancel cancels the current edit mode for a DataSet.

TDataSetDelete

  

TDataSetDelete deletes the current record in the DataSet.

TDataSetEdit

  

TDataSetEdit edits the current record in the DataSet.

TDataSetInsert

  

TDataSetInsert inserts (appends) a new record into the DataSet.

TDataSetPost

  

TDataSetPost posts changes for the current record to the DataSet.

TDataSetAction

  

TDataSetAction is the base class for all other standard TDataSet actions.


Version 3.2 Generated 2024-02-25 Home