Web.Stencils.TWebStencilsPathTemplateCollection.Match

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Match(const APath, ADefaultFileExt: string;
var ANewPath: string; var APathItem: TWebStencilsPathTemplateItem): Boolean; overload;
function Match(const APath, ADefaultFileExt: string;
const AValidateFunc: TWebStencilsPathTemplateValidateFunc;
var ANewPath: string; AVars: TStrings; var APathItem: TWebStencilsPathTemplateItem): Boolean; overload;

C++

bool __fastcall Match(const System::UnicodeString APath, const System::UnicodeString ADefaultFileExt, System::UnicodeString &ANewPath, TWebStencilsPathTemplateItem* &APathItem)/* overload */;
bool __fastcall Match(const System::UnicodeString APath, const System::UnicodeString ADefaultFileExt, const _di_TWebStencilsPathTemplateValidateFunc AValidateFunc, System::UnicodeString &ANewPath, System::Classes::TStrings* AVars, TWebStencilsPathTemplateItem* &APathItem)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsPathTemplateCollection

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.