Web.HTTPApp.TAbstractWebRequestFile.GetFieldName

From RAD Studio API Documentation
Revision as of 17:42, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetFieldName: AnsiString; virtual; abstract;

C++

virtual System::AnsiString __fastcall GetFieldName(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractWebRequestFile

Description

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

Personal tools
Translations