Back to Devexpress

TCustomdxComponentPrinter.IndexOfLinkByName(string) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-indexoflinkbyname-x28-system-dot-string-x29.md

latest976 B
Original Source

TCustomdxComponentPrinter.IndexOfLinkByName(string) Method

Returns the index of a link.

Declaration

delphi
function IndexOfLinkByName(const AName: string): Integer;

Parameters

NameType
ANamestring

Returns

Type
Integer

Remarks

Use the IndexOfLinkByName method to determine the index of a specific report link in the link list. This method uses the AName parameter, which represents the name of the desired link to discover its zero-based index.

See Also

TCustomdxComponentPrinter.IndexOfLink

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit