TSigmaQuickItem Class

Represents type TSigmaQuickItem.

Namespace: Sigma.QuickLib
TObject
  Sigma.QuickLib.TSigmaQuickItem
type
 TSigmaQuickItem = class sealed(TObject)
 end;

The TSigmaQuickItem type exposes the following members.

Show:
 NameDescription
Create(TSigmaQuickLibrary)

Initializes a new instance of the TSigmaQuickItem class.

Top
Show:
 NameDescription
Group

Represents property Group.

ID

Represents property ID.

ItemUnit

Represents property ItemUnit.

Module

Represents property Module.

Name

Represents property Name.

Number

Represents property Number.

Price

Represents property Price.

Top
Show:
 NameDescription
GetGroup

Represents method GetGroup.

GetID

Represents method GetID.

GetModule

Represents method GetModule.

GetName

Represents method GetName.

GetNumber

Represents method GetNumber.

GetPrice

Represents method GetPrice.

GetUnit

Represents method GetUnit.

SetGroup(String)

Represents method SetGroup(String).

SetID(String)

Represents method SetID(String).

SetName(String)

Represents method SetName(String).

SetNumber(String)

Represents method SetNumber(String).

SetPrice(Float)

Represents method SetPrice(Float).

SetUnit(String)

Represents method SetUnit(String).

Top