Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxFieldName Type

Stores the name of a field in a dataset linked to the data-aware event persistence manager component.

#Declaration

Delphi
TcxFieldName = type System.string;

#Referenced Class

Type
string

#Remarks

The data-aware event persistence manager’s TcxFieldName properties are designed to map specific properties (settings) of in-memory event and resource representations to the corresponding fields in the underlying dataset that actually store these settings.

Refer to the persistence manager’s Resources and FieldNames property set descriptions for information on mapping user event and resource settings to specific fields in an underlying dataset.

See Also