6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
Function _WordSetRangeProp(name, value);
|
|
Begin
|
|
cur := TOfficeApi().GetCurrentPosition();
|
|
if ifnil(cur) then return nil;
|
|
End;
|