Hallo
Wenn man auf die
Unit klickt, erhält man ja eine Auflistung der Funktionen / Proceduren / Eigenschaften und
danach deren eine Beschreibung.
z.B für
TJvConversion.Filter
Summary
Returns the file mask of the converter.
Return value
Returns the file masks of the registered converters.
Description
Call Filter to retrieve a file mask of the files that can be imported or exported by the converter.
For example, you can use the return value of a Filter call to set the \Filter property of a
TOpenDialog component.
As implemented in TJvConversion, Filter always returns an empty string. Override this method in a descendant class to return a meaningful value.