Navigation: Code Documentation > RSCommon > Structures > Classes > TRecentFiles > Methods
TRecentFiles.Push(String) Method
Adds the filename to the string list at either the beginning or end of the list, based on PushAtEnd property.
Namespace: Structures
Delphi
public function Push( const Filename: String ): Integer; virtual;
Parameters
Filename
Type: String
Type: Integer
•TRecentFiles
•Structures