TTMSFNCWXDocx.FindByID Method
Finds a document element by its identifier.
API unit family: TMSFNCWXDocx
Declaring type: TTMSFNCWXDocx
Inherited from: TTMSFNCWXCustomDocx
Syntax
function FindByID(ID:String): TPersistent;
Parameters
| Name | Description |
|---|---|
ID |
Identifier of the element to locate within the document sections. |
Returns
The matching element, or nil when no element with the given identifier exists.