RAD Studio VCL Reference
|
Returns the value of the FileName property.
function GetFileName: AnsiString; override;
virtual __fastcall AnsiString GetFileName();
GetFileName is the protected read implementation for the FileName property.
In TAbstractWebRequestFile, GetFileName 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 FileName property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|