|
TCustomRichView.FindControlItemNo |
Top Previous Next |
|
Returns an index of the RichView item which owns the control actrl, or -1 if actrl was not added in RichView. function FindControlItemNo(actrl: TControl): Integer; Note: This method contains some calculations inside (iterations through items, from the 0-th to the returned one) See also: |