Unit 'onguard' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_onguard]

TOgMakeKeys

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

Declaration

Source position: onguard.pas line 212

type TOgMakeKeys = class(TComponent)

protected

  FKeyFileName: string;

  

  FKey: TKey;

  

  FKeyType: TKeyType;

  

  FShowHints: Boolean;

  

public

  constructor Create(); override;

  

  function Execute;

  

  procedure ApplyModifierToKey();

  

  function GenerateDateModifier();

  

  function GenerateMachineModifier;

  

  procedure GenerateMDKey();

  

  procedure GenerateRandomKey();

  

  function GenerateStringModifier();

  

  function GenerateUniqueModifier;

  

  procedure SetKey();

  

  procedure GetKey();

  

published

  property KeyFileName: string; [rw]

  

  property KeyType: TKeyType; [rw]

  

  property ShowHints: Boolean; [rw]

  

end;

Inheritance

TOgMakeKeys

  

|

TObject



CT Web help

CodeTyphon Studio