[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds an entity to the document
Source position: fpvectorial.pas line 336
public function TvVectorialPage.AddEntity( |
AEntity: TvEntity |
):Integer; |
AEntity |
|
The entity to be added |
Adds an entity to the document. It can be any object descending from TvEntity. Do not release the object added like this, because a reference to it will be added, not a copy.
AddPathCopyMem |