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

TdxBarDBCheckLink.Assign(TPersistent) Method

Copies the properties of another TdxBarDBCheckLink object.

#Declaration

Delphi
procedure Assign(Value: TPersistent); override;

#Parameters

Name Type
Value TPersistent

#Remarks

Call the Assign method to set the DB check link’s published properties to the values of properties specified by Source. If Source is a TdxBarDBCheckLink object, the Assign method matches the link properties of the source.

If Source is not a TdxBarDBCheckLink object, the Assign method calls the inherited method to copy item link properties from any object that can assign them through the AssignTo method.

See Also