TdxCustomDocumentModel.ApplyChangesCore(TdxCustomPieceTable,TdxDocumentModelChangeActions,TdxRunIndex,TdxRunIndex) Method
Declaration
procedure ApplyChangesCore(APieceTable: TdxCustomPieceTable; AActions: TdxDocumentModelChangeActions; AStartRunIndex: TdxRunIndex; AEndRunIndex: TdxRunIndex); virtual; abstract;
Parameters
Name | Type |
---|---|
APieceTable | TdxCustomPieceTable |
AActions | TdxDocumentModelChangeActions |
AStartRunIndex | TdxRunIndex |
AEndRunIndex | TdxRunIndex |
See Also