Web.ReqFiles.TWebRequestFile.GetFieldName

From RAD Studio API Documentation

Delphi

function GetFieldName: AnsiString; override;

C++

virtual System::AnsiString __fastcall GetFieldName(void);

Properties

Type Visibility Source Unit Parent
function protected
Web.ReqFiles.pas
Web.ReqFiles.hpp
Web.ReqFiles TWebRequestFile

Description

Returns the value of the FieldName property. {{#multireplace:Web.ReqFiles.TWebRequestFile.GetFieldName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TAbstractWebRequestFile.GetFieldName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TAbstractWebRequestFile.GetFieldName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the value of the FieldName property.

GetFieldName is the protected read implementation for the FieldName property.

In TAbstractWebRequestFile, GetFieldName is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the FieldName property.

See Also