Unit 'fpdatasetform' Package
[Overview][Types][Classes][Index] [#fcl-web]

TFormFieldItem

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

Declaration

Source position: fpdatasetform.pp line 69

type TFormFieldItem = class(TCollectionItem)

protected

  procedure AssignTo(); override;

  function GetDisplayName; override;

  procedure SetDisplayName(); override;

public

  constructor Create(); override;

  destructor Destroy; override;

  function getValue; virtual;

  function getLabel; virtual;

  function getAction; virtual;

  property Field: TField; [r]

published

  property Name: string; [rw]

  property Fieldname: string; [rw]

  property LabelCaption: string; [rw]

  property LabelPos: TTablePosition; [rw]

  property LabelAbove: Boolean; [rw]

  property ValuePos: TTablePosition; [rw]

  property InputType: TFormInputType; [rw]

  property Producer: THTMLContentProducer; [rw]

  property Action: string; [rw]

  property OnGetValue: TFieldItemEvent; [rw]

  property OnGetLabel: TFieldItemEvent; [rw]

  property OnGetAction: TFieldItemEvent; [rw]

end;

Inheritance

TFormFieldItem

|

TObject


Documentation generated on: 2023-03-18