RAD Studio VCL Reference
|
Copies the properties specified in another TParaAttributes object.
procedure Assign(Source: TPersistent); override;
virtual __fastcall Assign(TPersistent * Source);
Use Assign to set the paragraph attributes of the selected paragraph from one rich edit control to match the attributes of the selected paragraph of another rich edit control. Since the properties of a TParaAttributes object are only valid when the TParaAttributes exists within a rich edit control, Assign is only useful for copying attributes between rich edit controls.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|