Skip to main content

TdxServerModeDataSummary Members

Constructors

Name Description
Create(TcxCustomDataController) Initializes a new instance of the TcxDataControllerPersistent class with specified settings. Inherited from TcxDataControllerPersistent.

Properties

Name Description
DataController
DefaultGroupSummaryItems Specifies the collection of group summaries. Inherited from TcxDataSummary.
FooterSummaryItems Specifies the collection of footer summaries. Inherited from TcxDataSummary.
FooterSummaryTexts Specifies the text representation of a specified footer summary . Inherited from TcxDataSummary.
FooterSummaryValues Specify the footer summary value at a specified index. Inherited from TcxDataSummary.
GroupFooterIndexOfItemLink Returns the index of a specific group summary at a particular level in the collection displayed in the group footer panel. Inherited from TcxDataSummary.
GroupFooterSummaryTexts Returns the text representation of an individual group summary at a particular level displayed in the group footer group footer panel. Inherited from TcxDataSummary.
GroupSummaryDisplayValues Determines an individual group summary value at a specified level. Inherited from TcxDataSummary.
GroupSummaryItems Returns a collection of group summaries calculated at a specific level. Inherited from TcxDataSummary.
GroupSummaryText Specifies the formatted text string representing group summary values in a specific group panel. Inherited from TcxDataSummary.
GroupSummaryValues Determines an individual group summary value for a specific data group. Inherited from TcxDataSummary.
Options Represents options responsible for summary calculations. Inherited from TcxDataSummary.
SummaryGroups Defines the collection of group summaries for specific grouping items. Inherited from TcxDataSummary.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignEvents(TPersistent) Inherited from TcxDataSummary.
AssignTo(TPersistent) Inherited from TPersistent.
BeginCalculate Inherited from TcxDataSummary.
BeginUpdate Prevents the TcxDataSummary object from being updated until the CancelUpdate or EndUpdate method is called. Inherited from TcxDataSummary.
Calculate Calculates all summaries contained in the current TcxDataSummary class instance. Inherited from TcxDataSummary.
CalculateFooterSummary Calculates footer summaries in the current TcxDataSummary class instance. Inherited from TcxDataSummary.
CalculateGroupSummary Calculates group summaries in the current TcxDataSummary class instance. Inherited from TcxDataSummary.
CancelUpdate Enables updating the TcxDataSummary object after the BeginUpdate method is called. Inherited from TcxDataSummary.
EndCalculate Inherited from TcxDataSummary.
EndUpdate Enables updating the TcxDataSummary object after the BeginUpdate method is called. Inherited from TcxDataSummary.
Equals(TObject) Inherited from TObject.
GetGroupFooterSummaryText(Integer,Integer,Integer,Integer) Inherited from TcxDataSummary.
GetGroupSummaryInfo(Integer,TcxDataSummaryItems,PVariant,Integer) Inherited from TcxDataSummary.
GetGroupSummaryItems(Integer,Integer) Inherited from TcxDataSummary.
GetGroupSummaryText(Integer,Integer) Inherited from TcxDataSummary.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetPatternSummaryItems(TcxDataSummary,TcxDataSummaryItems) Inherited from TcxDataSummary.
Recalculate Inherited from TcxDataSummary.
RemoveItemByField(TcxCustomDataField) Inherited from TcxDataSummary.
ToString Inherited from TObject.
UpdateGroupSummary(TdxServerModeDataGroupInfo)

Events

Name Description
OnAfterSummary Occurs after all summaries have been calculated. Inherited from TcxDataSummary.
See Also