[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_translations.pas line 44
type TTranslationList = class(TObject) |
public |
destructor Destroy; override; |
function IndexOf(); |
procedure Add(); |
procedure Clear; |
property Count: Integer; [r] |
property Items: TTranslation; default; [r] |
end; |
| |
TObject |