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

Create(TPersistent) Constructor

Creates a new TcxOwnedPersistent class descendant instance.

#Declaration

Delphi
constructor Create(AOwner: TPersistent); virtual;

#Parameters

Name Type
AOwner TPersistent

#Remarks

Call this constructor to create a new persistent property set or information container for a target (that is, affected or owner) object passed as the AOwner parameter. In most cases, the owner class constructors call the Create constructor internally to create all required persistent property sets.

All TcxOwnedPersistent class descendants that implement actual persistent property sets and information containers override the Create constructor to initialize all class-specific properties to their default values.

See Also