Unit 'PasDoc_OptionParser' Package
[Overview][Constants][Classes][Index] [#pl_pasdoc]

TSetOption

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

Declaration

Source position: PasDoc_OptionParser.pas line 200

type TSetOption = class(TValueOption)

protected

  FPossibleValues: TStringList;

  

  FValues: TStringList;

  

  function GetPossibleValues;

  

  procedure SetPossibleValues();

  

  function CheckValue(); override;

  

  function GetValues;

  

  procedure SetValues();

  

public

  property PossibleValues: string; [rw]

  

  constructor CreateEx(); override;

  

  destructor Destroy; override;

  

  function HasValue();

  

  property Values: string; [rw]

  

end;

Inheritance

TSetOption

  

|

TValueOption

  

|

TOption

  

|

TObject



CT Web help

CodeTyphon Studio