Graphisoft®

Dialog ManagerVersion: 2.0

RealEdit::RealEdit

Class constructor.

RealEdit (
    const Panel &       panel,
    short               item
);

Constructs the real edit control from resource.

RealEdit (
    const Panel &       panel,
    const Rect &        rect,
    FrameType           frame = Frame,
    AbsRelType          absRel = Absolute,
    UpdateType          update = Update,
    ReadOnlyType        readOnly = Editable
);

Constructs the real edit control with the given parameters.

Parameters

panel
A reference to the parent panel of the real edit control.
item
The item ID of the real edit control.
rect
A reference to the bounding rectangle of the real edit control.
frame
The frame type of the real edit control.
absRel
The absolut/relativ numerical input flag of the real edit control.
update
The update type of the real edit control.
readOnly
The readonly/editable flag of the real edit control.