Procedure TWPCustomRtfEdit.FieldGetList(list:TWPTextObjList; FromAllBlock:Boolean; NameStartWith:string)

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Parameters

Description

list a list with references to fields which all start with a given text. The comarision is case sensitive! This list which will be filled must be created: list := TWPTextObjList.Create;
Hint: You can use TextObjectsGetList to get a list for other object types.