Unit 'FPIndexer' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fpindexer]

TFPSearch

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpindexer.pp line 374

type TFPSearch = class(TComponent)

public

  constructor Create(); override;

  destructor Destroy; override;

  function Execute;

  procedure AddResult();

  property Count: Integer; [r]

  property RankedCount: Integer; [rw]

  property Results []: TSearchWordData; [r]

  property RankedResults []: TSearchWordData; [r]

  procedure SetSearchWord();

  function GetAvailableWords();

published

  property Database: TCustomIndexDB; [rw]

  property Options: TSearchOptions; [rw]

  property SearchWord: TWordParser; [r]

  property UsePositionInRank: Boolean; [rw]

end;

Inheritance

TFPSearch

|

TObject


Documentation generated on: 2023-03-18