API:Web.ReqFiles.TWebRequestFile.GetFieldName
Delphi
function GetFieldName: string; override;
C++
virtual System::UnicodeString __fastcall GetFieldName();
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.
Web.ReqFiles.TWebRequestFile.GetFieldName inherits from Web.HTTPApp.TAbstractWebRequestFile.GetFieldName. All content below this line refers to Web.HTTPApp.TAbstractWebRequestFile.GetFieldName.
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.