JVCL Help:TJvSelectionRec
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSelectionRec type
[+] JvEditorCommon.pas Records
[+] TJvSelectionRec Fields
Search in JVCL Help
Search in all projectsSummary
Write here a summary (1 line)
Pascal
run\JvEditorCommon.pas
PJvSelectionRec = ^TJvSelectionRec;
TJvSelectionRec = record
IsSelected: Boolean;
Selecting: Boolean;
SelBlockFormat: TJvSelBlockFormat;
SelBegX: Integer;
SelBegY: Integer;
SelEndX: Integer;
SelEndY: Integer;
SelStartX: Integer;
SelStartY: Integer;
SelLineOrgBegX: Integer;
SelLineOrgEndX: Integer;
end;
Members
Members | Description |
IsSelected: Boolean; | Description for IsSelected |
Selecting: Boolean; | Description for Selecting |
SelBlockFormat: TJvSelBlockFormat; | Description for SelBlockFormat |
SelBegX: Integer; | Description for SelBegX |
SelBegY: Integer; | Description for SelBegY |
SelEndX: Integer; | Description for SelEndX |
SelEndY: Integer; | Description for SelEndY |
SelStartX: Integer; | Description for SelStartX |
SelStartY: Integer; | Description for SelStartY |
SelLineOrgBegX: Integer; | Description for SelLineOrgBegX |
SelLineOrgEndX: Integer; | Description for SelLineOrgEndX |
Description
Write here a description
See Also
List here other properties, methods (comma seperated) Remove the 'See Also' section if there are no references
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page