TGridCell class

Constructors

TGridCell.new(TableCellElement Handle, int Col, int Row, TGridDrawState State)

Properties

Alignment TAlignment
getter/setter pair
BrushColor TColor
getter/setter pair
Col int
final
FontColor TColor?
getter/setter pair
Handle TableCellElement
final
hashCode int
The hash code for this object.
no setterinherited
Row int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
State TGridDrawState
final
Style CssStyleDeclaration
no setter
Value String?
getter/setter pair

Methods

ChangeClassState(String name, bool state) → void
IsActive() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
ValidateAlignment() → void
ValidateValue() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited