RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequestFile.GetFieldName Method

Returns the value of the FieldName property.

Pascal
function GetFieldName: AnsiString; override;
C++
virtual __fastcall AnsiString GetFieldName();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!