Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#2

Re: Vernünftige Funktionsreferenzen zu den JEDI-Komponenten?

  Alt 20. Sep 2008, 21:03
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.
Thomas
  Mit Zitat antworten Zitat