Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > HelperFunctions > Routines

ImportClassDeclFromFile(TStrings,String,TmwCachedPasLex) Method

Scroll Prev Top Next More

Parses a .pas file and fills the Strs TStringList with a list of classes in the file and their declared ancestor classes, e.g.,

Delphi

TClass = class(TAncestorClass)

becomes

TClass=TAncestorClass

Namespace: HelperFunctions

Parameters

Strs

Type: TStrings

Filename

Type: String

Lex

Type: TmwCachedPasLex

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb