TdxBarManager.BarByOldName(string) Method
Deprecated. This procedure exists for backward compatibility only. Call the BarByCaption or BarByComponentName function instead.
Declaration
function BarByOldName(const AName: string): TdxBar;
Parameters
Name | Type | Description |
---|---|---|
AName | string |
Returns
Type | Description |
---|---|
TdxBar | The bar whose OldName property is passed as the The function returns |
See Also