[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: customdrawndrawers.pas line 145
type TCDEditStateEx = class(TCDControlStateEx) |
||
public |
||
CaretIsVisible: Boolean; |
|
|
CaretPos: TPoint; |
|
|
SelStart: TPoint; |
|
|
SelLength: Integer; |
|
|
VisibleTextStart: TPoint; |
|
|
EventArrived: Boolean; |
|
|
LeftTextMargin: Integer; |
|
|
RightTextMargin: Integer; |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |