| Class TRkLookupDialog (unit RkLookup) |
TComponent
| Constructors |
constructor Create( AOwner : TComponent );| Functions |
destructor Destroy;
function Execute : Boolean;
procedure Notification( AComponent : TComponent;
Operation : TOperation );
procedure SetFont( Value : TFont );| Properties |
property About : TRkAboutInfo
property BorderStyle : TFormBorderStyle
property Caption : string
property Dataset : TDataset
property Font : TFont
property Height : Integer
property NumbersOnly : Boolean
property SearchField : string
property Width : Integer| Events |
| Variables |
FAboutInfo : TRkAboutInfo;
FBorderStyle : TFormBorderStyle;
FCaption : string;
FDataset : TDataset;
FFont : TFont;
FHeight : Integer;
FNumbersOnly : Boolean;
FSearchField : string;
FWidth : Integer;| Constructors |
constructor Create( AOwner : TComponent );=============================} {== TRkLookupDialog Methods ==} {=============================
| Functions |
destructor Destroy;Use the form's font by default
function Execute : Boolean;
procedure Notification( AComponent : TComponent;
Operation : TOperation );
procedure SetFont( Value : TFont );| Properties |
property About : TRkAboutInfo
property BorderStyle : TFormBorderStyle
property Caption : string
property Dataset : TDataset
property Font : TFont
property Height : Integer
property NumbersOnly : Boolean
property SearchField : string
property Width : Integer| Events |
| Variables |
FAboutInfo : TRkAboutInfo;
FBorderStyle : TFormBorderStyle;
FCaption : string;
FDataset : TDataset;
FFont : TFont;
FHeight : Integer;
FNumbersOnly : Boolean;
FSearchField : string;
FWidth : Integer;