KVSKBAGeneralLib#
Procedures#
CalcNoCrossRefSlash(Text[250], Text[250], Text[250], Integer) : Text[250]#
procedure CalcNoCrossRefSlash(IndentStr: Text[250]; No: Text[250]; ItemReference: Text[250]; MaxLength: Integer): Text[250]
GetPlainTextFromHtml(Text) : Text#
procedure GetPlainTextFromHtml(HTMLText: Text): Text
ApplicationVersion() : Text[248]#
procedure ApplicationVersion(): Text[248]
Events#
OnAfterFilledArray(Text[250], Text[250], Text[250], Text[250]) :#
[IntegrationEvent(false, false)]
local procedure OnAfterFilledArray(var StrArray: Text[250]; IndentStr: Text[250]; No: Text[250]; ItemReference: Text[250]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAGeneralLib", 'OnAfterFilledArray', '', false, false)]
local procedure DoSomethingOnAfterFilledArray(var StrArray: Text[250]; IndentStr: Text[250]; No: Text[250]; ItemReference: Text[250])
begin
end;