RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParams.Create Constructor

Creates an initializes an instance of TLocateParams.

Pascal
constructor Create(AList: TLocateParamsList);
C++
__fastcall TLocateParams(TLocateParamsList AList);

WebSnap applications should not need to create instances of TLocateParams. These objects are created using the Add method of a TLocateParamsList object. 

AList is the TLocateParamsList object that creates and stores the TLocateParams instance. 

 

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