RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems.AlreadyExists Method

Indicates whether a dimension item with specified properties already exists in the Items property array.

Pascal
function AlreadyExists(BaseName: String; sType: TDimFlags): Boolean;
C++
__fastcall Boolean AlreadyExists(AnsiString BaseName, TDimFlags sType);

Call AlreadyExists to determine whether there is a dimension item in the Items property array with the BaseName property equal to the BaseName parameter and the DimensionType property equal to the sType parameter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!